Html Css Color HEX #358820 Bilbao

📋 copy color: '#358820'

red 53 ◦ green 136 ◦ blue 32

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

Shades of Bilbao #358820

Tints of Bilbao #358820

RGB

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

 GREEN value IS 136 (53.52% from 255) = 61.54%

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

R = 23.98%
G = 61.54%
B = 14.48%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#358820 (or 0x358820) is known color: Bilbao. HEX triplet: 35, 88 and 20. RGB value is (53,136,32). Sum of RGB (Red+Green+Blue) = 53+136+32=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 136 (53.52% from 255 or 61.54% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 136 - color contains mainly: green. Hex color #358820 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358820 is #CA77DF. Grayscale: #636363. Windows color (decimal): -13268960 or 2132021. OLE color: 2132021.

HSL color Cylindrical-coordinate representation of color #358820: hue angle of 107.88º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #358820 is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 136 32 -
CMYK 0.61 0 0.76 0.47
HSL 107.88º 0.62% 0.33% -
HSV(B) 107.88º 0.76% 0.53% -
XYZ 10.53 18.47 4.38 -
YUV 99.33 90 94.96 -
System Red Green Blue C M Y K H S L
Decimal 53 136 32 0.61 0 0.76 0.47 107.88 0.62 0.33
Hex 35 88 20 3D 0 4C 2F 6C 3E 21
Octal 65 210 40 75 0 114 57 154 76 41
Binary 110101 10001000 100000 111101 0 1001100 101111 1101100 111110 100001

Color Harmonies of #358820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358820

Black with #358820

Text Example


Text Example

White with #358820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358820; }

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

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

background-color css

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

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

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

border-color css

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

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

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