Html Css Color HEX #327014 Bilbao

📋 copy color: '#327014'

red 50 ◦ green 112 ◦ blue 20

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

Shades of Bilbao #327014

Tints of Bilbao #327014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 61.54%

 BLUE value IS 20 (8.2% from 255) = 10.99%

R = 27.47%
G = 61.54%
B = 10.99%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#327014 (or 0x327014) is known color: Bilbao. HEX triplet: 32, 70 and 14. RGB value is (50,112,20). Sum of RGB (Red+Green+Blue) = 50+112+20=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 112 (44.14% from 255 or 61.54% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 112 - color contains mainly: green. Hex color #327014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327014 is #CD8FEB. Grayscale: #535353. Windows color (decimal): -13471724 or 1339442. OLE color: 1339442.

HSL color Cylindrical-coordinate representation of color #327014: hue angle of 100.43º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #327014 is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 112 20 -
CMYK 0.55 0 0.82 0.56
HSL 100.43º 0.7% 0.26% -
HSV(B) 100.43º 0.82% 0.44% -
XYZ 7.24 12.32 2.66 -
YUV 82.97 92.46 104.48 -
System Red Green Blue C M Y K H S L
Decimal 50 112 20 0.55 0 0.82 0.56 100.43 0.7 0.26
Hex 32 70 14 37 0 52 38 64 46 1A
Octal 62 160 24 67 0 122 70 144 106 32
Binary 110010 1110000 10100 110111 0 1010010 111000 1100100 1000110 11010

Color Harmonies of #327014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327014

Black with #327014

Text Example


Text Example

White with #327014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327014; }

 p { color: rgb(50,112,20); }

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

background-color css

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

 a { background-color: rgb(50,112,20); }

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

border-color css

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

 span { border-color: rgb(50,112,20); }

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