Html Css Color HEX #357429 Bilbao

📋 copy color: '#357429'

red 53 ◦ green 116 ◦ blue 41

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

Shades of Bilbao #357429

Tints of Bilbao #357429

RGB

 RED value IS 53 (21.09% from 255) = 25.24%

 GREEN value IS 116 (45.7% from 255) = 55.24%

 BLUE value IS 41 (16.41% from 255) = 19.52%

R = 25.24%
G = 55.24%
B = 19.52%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#357429 (or 0x357429) is known color: Bilbao. HEX triplet: 35, 74 and 29. RGB value is (53,116,41). Sum of RGB (Red+Green+Blue) = 53+116+41=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 116 (45.70% from 255 or 55.24% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 116 - color contains mainly: green. Hex color #357429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357429 is #CA8BD6. Grayscale: #585858. Windows color (decimal): -13274071 or 2716725. OLE color: 2716725.

HSL color Cylindrical-coordinate representation of color #357429: hue angle of 110.4º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #357429 is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 116 41 -
CMYK 0.54 0 0.65 0.55
HSL 110.4º 0.48% 0.31% -
HSV(B) 110.4º 0.65% 0.45% -
XYZ 8.11 13.41 4.26 -
YUV 88.61 101.13 102.6 -
System Red Green Blue C M Y K H S L
Decimal 53 116 41 0.54 0 0.65 0.55 110.4 0.48 0.31
Hex 35 74 29 36 0 41 37 6E 30 1F
Octal 65 164 51 66 0 101 67 156 60 37
Binary 110101 1110100 101001 110110 0 1000001 110111 1101110 110000 11111

Color Harmonies of #357429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357429

Black with #357429

Text Example


Text Example

White with #357429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357429; }

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

 H1.HeaderClassName
 {
   color: #357429;
 }
 .AnyTagClassName
 {
   color: #357429;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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