Html Css Color HEX #358818 Bilbao

📋 copy color: '#358818'

red 53 ◦ green 136 ◦ blue 24

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

Shades of Bilbao #358818

Tints of Bilbao #358818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.27%

R = 24.88%
G = 63.85%
B = 11.27%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#358818 (or 0x358818) is known color: Bilbao. HEX triplet: 35, 88 and 18. RGB value is (53,136,24). Sum of RGB (Red+Green+Blue) = 53+136+24=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 136 (53.52% from 255 or 63.85% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 136 - color contains mainly: green. Hex color #358818 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358818 is #CA77E7. Grayscale: #626262. Windows color (decimal): -13268968 or 1607733. OLE color: 1607733.

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

Color convert

RGB 53 136 24 -
CMYK 0.61 0 0.82 0.47
HSL 104.46º 0.7% 0.31% -
HSV(B) 104.46º 0.82% 0.53% -
XYZ 10.44 18.43 3.87 -
YUV 98.42 86 95.61 -
System Red Green Blue C M Y K H S L
Decimal 53 136 24 0.61 0 0.82 0.47 104.46 0.7 0.31
Hex 35 88 18 3D 0 52 2F 68 46 1F
Octal 65 210 30 75 0 122 57 150 106 37
Binary 110101 10001000 11000 111101 0 1010010 101111 1101000 1000110 11111

Color Harmonies of #358818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358818

Black with #358818

Text Example


Text Example

White with #358818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358818; }

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

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

background-color css

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

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

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

border-color css

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

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

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