#358129

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

Shades of Bilbao #358129

Tints of Bilbao #358129

Color information

#358129 (or 0x358129) is unknown color: approx Bilbao. HEX triplet: 35, 81 and 29. RGB value is (53,129,41). Sum of RGB (Red+Green+Blue) = 53+129+41=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 129 (50.78% from 255 or 57.85% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 129 - color contains mainly: green. Hex color #358129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358129 is #CA7ED6. Grayscale: #606060. Windows color (decimal): -13270743 or 2720053. OLE color: 2720053.

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

Color convert

RGB5312941-
CMYK0.5900.680.49
HSL111.82º51.76%33.33%-
HSV(B)111.82º68.22%50.59%-
XYZ9.7216.624.79-
YUV96.2496.8297.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.77%
GREEN value IS 129 (50.78% from 255) = 57.85%
BLUE value IS 41 (16.41% from 255) = 18.39%
R=23.77%
G=57.85%
B=18.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53129410.5900.680.49111.8251.7633.33
Hex3581293B04431703421
Octal6520151730104611606441
Binary11010110000001101001111011010001001100011110000110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358129; }

 p { color: rgb(53,129,41); }

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

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

 a { background-color: rgb(53,129,41); }

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

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

 span { border-color: rgb(53,129,41); }

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