Html Css Color HEX #358129 Bilbao

📋 copy color: '#358129'

red 53 ◦ green 129 ◦ blue 41

#358129
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #358129

Tints of Bilbao #358129

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 value IS 0.59

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#358129 (or 0x358129) is known color: 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

RGB 53 129 41 -
CMYK 0.59 0 0.68 0.49
HSL 111.82º 0.52% 0.33% -
HSV(B) 111.82º 0.68% 0.51% -
XYZ 9.72 16.62 4.79 -
YUV 96.24 96.82 97.16 -
System Red Green Blue C M Y K H S L
Decimal 53 129 41 0.59 0 0.68 0.49 111.82 0.52 0.33
Hex 35 81 29 3B 0 44 31 70 34 21
Octal 65 201 51 73 0 104 61 160 64 41
Binary 110101 10000001 101001 111011 0 1000100 110001 1110000 110100 100001

Color Harmonies of #358129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358129

Black with #358129

Text Example


Text Example

White with #358129

Text Example


Text Example

HTML Codes & Css Web 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>