Html Css Color HEX #357211 Bilbao

📋 copy color: '#357211'

red 53 ◦ green 114 ◦ blue 17

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

Shades of Bilbao #357211

Tints of Bilbao #357211

RGB

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

 GREEN value IS 114 (44.92% from 255) = 61.96%

 BLUE value IS 17 (7.03% from 255) = 9.24%

R = 28.8%
G = 61.96%
B = 9.24%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#357211 (or 0x357211) is known color: Bilbao. HEX triplet: 35, 72 and 11. RGB value is (53,114,17). Sum of RGB (Red+Green+Blue) = 53+114+17=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 114 (44.92% from 255 or 61.96% from 184); Blue value is 17 (7.03% from 255 or 9.24% from 184); Max value from RGB is 114 - color contains mainly: green. Hex color #357211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357211 is #CA8DEE. Grayscale: #555555. Windows color (decimal): -13274607 or 1143349. OLE color: 1143349.

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

Color convert

RGB 53 114 17 -
CMYK 0.54 0 0.85 0.55
HSL 97.73º 0.74% 0.26% -
HSV(B) 97.73º 0.85% 0.45% -
XYZ 7.59 12.83 2.61 -
YUV 84.7 89.79 105.39 -
System Red Green Blue C M Y K H S L
Decimal 53 114 17 0.54 0 0.85 0.55 97.73 0.74 0.26
Hex 35 72 11 36 0 55 37 62 4A 1A
Octal 65 162 21 66 0 125 67 142 112 32
Binary 110101 1110010 10001 110110 0 1010101 110111 1100010 1001010 11010

Color Harmonies of #357211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357211

Black with #357211

Text Example


Text Example

White with #357211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357211; }

 p { color: rgb(53,114,17); }

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

background-color css

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

 a { background-color: rgb(53,114,17); }

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

border-color css

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

 span { border-color: rgb(53,114,17); }

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