Html Css Color HEX #327612 Bilbao

📋 copy color: '#327612'

red 50 ◦ green 118 ◦ blue 18

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

Shades of Bilbao #327612

Tints of Bilbao #327612

RGB

 RED value IS 50 (19.92% from 255) = 26.88%

 GREEN value IS 118 (46.48% from 255) = 63.44%

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

R = 26.88%
G = 63.44%
B = 9.68%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#327612 (or 0x327612) is known color: Bilbao. HEX triplet: 32, 76 and 12. RGB value is (50,118,18). Sum of RGB (Red+Green+Blue) = 50+118+18=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 118 (46.48% from 255 or 63.44% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 118 - color contains mainly: green. Hex color #327612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327612 is #CD89ED. Grayscale: #565656. Windows color (decimal): -13470190 or 1209906. OLE color: 1209906.

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

Color convert

RGB 50 118 18 -
CMYK 0.58 0 0.85 0.54
HSL 100.8º 0.74% 0.27% -
HSV(B) 100.8º 0.85% 0.46% -
XYZ 7.9 13.68 2.8 -
YUV 86.27 89.47 102.13 -
System Red Green Blue C M Y K H S L
Decimal 50 118 18 0.58 0 0.85 0.54 100.8 0.74 0.27
Hex 32 76 12 3A 0 55 36 65 4A 1B
Octal 62 166 22 72 0 125 66 145 112 33
Binary 110010 1110110 10010 111010 0 1010101 110110 1100101 1001010 11011

Color Harmonies of #327612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327612

Black with #327612

Text Example


Text Example

White with #327612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327612; }

 p { color: rgb(50,118,18); }

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

background-color css

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

 a { background-color: rgb(50,118,18); }

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

border-color css

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

 span { border-color: rgb(50,118,18); }

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