Html Css Color HEX #356E20 Bilbao

📋 copy color: '#356E20'

red 53 ◦ green 110 ◦ blue 32

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

Shades of Bilbao #356E20

Tints of Bilbao #356E20

RGB

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

 GREEN value IS 110 (43.36% from 255) = 56.41%

 BLUE value IS 32 (12.89% from 255) = 16.41%

R = 27.18%
G = 56.41%
B = 16.41%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.71

 K value IS 0.57

RGB Variations

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

Color information

#356E20 (or 0x356E20) is known color: Bilbao. HEX triplet: 35, 6E and 20. RGB value is (53,110,32). Sum of RGB (Red+Green+Blue) = 53+110+32=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 110 (43.36% from 255 or 56.41% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 110 - color contains mainly: green. Hex color #356E20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356E20 is #CA91DF. Grayscale: #545454. Windows color (decimal): -13275616 or 2125365. OLE color: 2125365.

HSL color Cylindrical-coordinate representation of color #356E20: hue angle of 103.85º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #356E20 is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB 53 110 32 -
CMYK 0.52 0 0.71 0.57
HSL 103.85º 0.55% 0.28% -
HSV(B) 103.85º 0.71% 0.43% -
XYZ 7.3 12.01 3.3 -
YUV 84.07 98.62 105.84 -
System Red Green Blue C M Y K H S L
Decimal 53 110 32 0.52 0 0.71 0.57 103.85 0.55 0.28
Hex 35 6E 20 34 0 47 39 68 37 1C
Octal 65 156 40 64 0 107 71 150 67 34
Binary 110101 1101110 100000 110100 0 1000111 111001 1101000 110111 11100

Color Harmonies of #356E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356E20

Black with #356E20

Text Example


Text Example

White with #356E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356E20; }

 p { color: rgb(53,110,32); }

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

background-color css

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

 a { background-color: rgb(53,110,32); }

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

border-color css

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

 span { border-color: rgb(53,110,32); }

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