Html Css Color HEX #327712 Bilbao

📋 copy color: '#327712'

red 50 ◦ green 119 ◦ blue 18

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

Shades of Bilbao #327712

Tints of Bilbao #327712

RGB

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

 GREEN value IS 119 (46.88% from 255) = 63.64%

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

R = 26.74%
G = 63.64%
B = 9.63%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#327712 (or 0x327712) is known color: Bilbao. HEX triplet: 32, 77 and 12. RGB value is (50,119,18). Sum of RGB (Red+Green+Blue) = 50+119+18=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 119 (46.88% from 255 or 63.64% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 119 - color contains mainly: green. Hex color #327712 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327712 is #CD88ED. Grayscale: #575757. Windows color (decimal): -13469934 or 1210162. OLE color: 1210162.

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

Color convert

RGB 50 119 18 -
CMYK 0.58 0 0.85 0.53
HSL 100.99º 0.74% 0.27% -
HSV(B) 100.99º 0.85% 0.47% -
XYZ 8.02 13.92 2.84 -
YUV 86.86 89.14 101.71 -
System Red Green Blue C M Y K H S L
Decimal 50 119 18 0.58 0 0.85 0.53 100.99 0.74 0.27
Hex 32 77 12 3A 0 55 35 65 4A 1B
Octal 62 167 22 72 0 125 65 145 112 33
Binary 110010 1110111 10010 111010 0 1010101 110101 1100101 1001010 11011

Color Harmonies of #327712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327712

Black with #327712

Text Example


Text Example

White with #327712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327712; }

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

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

background-color css

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

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

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

border-color css

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

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

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