Html Css Color HEX #327512 Bilbao

📋 copy color: '#327512'

red 50 ◦ green 117 ◦ blue 18

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

Shades of Bilbao #327512

Tints of Bilbao #327512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 63.24%

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

R = 27.03%
G = 63.24%
B = 9.73%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#327512 (or 0x327512) is known color: Bilbao. HEX triplet: 32, 75 and 12. RGB value is (50,117,18). Sum of RGB (Red+Green+Blue) = 50+117+18=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 117 (46.09% from 255 or 63.24% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 117 - color contains mainly: green. Hex color #327512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327512 is #CD8AED. Grayscale: #565656. Windows color (decimal): -13470446 or 1209650. OLE color: 1209650.

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

Color convert

RGB 50 117 18 -
CMYK 0.57 0 0.85 0.54
HSL 100.61º 0.73% 0.26% -
HSV(B) 100.61º 0.85% 0.46% -
XYZ 7.79 13.44 2.76 -
YUV 85.68 89.8 102.55 -
System Red Green Blue C M Y K H S L
Decimal 50 117 18 0.57 0 0.85 0.54 100.61 0.73 0.26
Hex 32 75 12 39 0 55 36 65 49 1A
Octal 62 165 22 71 0 125 66 145 111 32
Binary 110010 1110101 10010 111001 0 1010101 110110 1100101 1001001 11010

Color Harmonies of #327512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327512

Black with #327512

Text Example


Text Example

White with #327512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327512; }

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

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

background-color css

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

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

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

border-color css

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

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

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