#438125

Color #438125 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #438125

Tints of Bilbao #438125

Color information

#438125 (or 0x438125) is unknown color: approx Bilbao. HEX triplet: 43, 81 and 25. RGB value is (67,129,37). Sum of RGB (Red+Green+Blue) = 67+129+37=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 129 (50.78% from 255 or 55.36% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 129 - color contains mainly: green. Hex color #438125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #438125 is #BC7EDA. Grayscale: #646464. Windows color (decimal): -12353243 or 2457923. OLE color: 2457923.

HSL color Cylindrical-coordinate representation of color #438125: hue angle of 100.43º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #438125 is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB6712937-
CMYK0.4800.710.49
HSL100.43º55.42%32.55%-
HSV(B)100.43º71.32%50.59%-
XYZ10.517.034.48-
YUV99.9792.46104.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 28.76%
GREEN value IS 129 (50.78% from 255) = 55.36%
BLUE value IS 37 (14.84% from 255) = 15.88%
R=28.76%
G=55.36%
B=15.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67129370.4800.710.49100.4355.4232.55
Hex4381253004731643721
Octal10320145600107611446741
Binary100001110000001100101110000010001111100011100100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438125; }

 p { color: rgb(67,129,37); }

 H1.HeaderClassName
 {
   color: #438125;
 }
 .AnyTagClassName
 {
   color: #438125;
 }
</style>
background-color css

<style>
 a { background-color: #438125; }

 a { background-color: rgb(67,129,37); }

 div.DivClassName
 {
   background-color: #438125;
 }
 .BgClassName
 {
   background-color: #438125;
 }
</style>
border-color css

<style>
 span { border-color: #438125; }

 span { border-color: rgb(67,129,37); }

 td.TdClassName
 {
   border-color: #438125;
 }
 .TagClassName
 {
   border-color: #438125;
 }
</style>