Html Css Color HEX #358412 Bilbao

📋 copy color: '#358412'

red 53 ◦ green 132 ◦ blue 18

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

Shades of Bilbao #358412

Tints of Bilbao #358412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 65.02%

 BLUE value IS 18 (7.42% from 255) = 8.87%

R = 26.11%
G = 65.02%
B = 8.87%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#358412 (or 0x358412) is known color: Bilbao. HEX triplet: 35, 84 and 12. RGB value is (53,132,18). Sum of RGB (Red+Green+Blue) = 53+132+18=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 132 (51.95% from 255 or 65.02% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 132 - color contains mainly: green. Hex color #358412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358412 is #CA7BED. Grayscale: #5F5F5F. Windows color (decimal): -13269998 or 1213493. OLE color: 1213493.

HSL color Cylindrical-coordinate representation of color #358412: hue angle of 101.58º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #358412 is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 132 18 -
CMYK 0.60 0 0.86 0.48
HSL 101.58º 0.76% 0.29% -
HSV(B) 101.58º 0.86% 0.52% -
XYZ 9.83 17.3 3.39 -
YUV 95.38 84.33 97.77 -
System Red Green Blue C M Y K H S L
Decimal 53 132 18 0.60 0 0.86 0.48 101.58 0.76 0.29
Hex 35 84 12 3C 0 56 30 66 4C 1D
Octal 65 204 22 74 0 126 60 146 114 35
Binary 110101 10000100 10010 111100 0 1010110 110000 1100110 1001100 11101

Color Harmonies of #358412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358412

Black with #358412

Text Example


Text Example

White with #358412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358412; }

 p { color: rgb(53,132,18); }

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

background-color css

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

 a { background-color: rgb(53,132,18); }

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

border-color css

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

 span { border-color: rgb(53,132,18); }

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