Html Css Color HEX #327616 Bilbao

📋 copy color: '#327616'

red 50 ◦ green 118 ◦ blue 22

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

Shades of Bilbao #327616

Tints of Bilbao #327616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.58%

R = 26.32%
G = 62.11%
B = 11.58%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#327616 (or 0x327616) is known color: Bilbao. HEX triplet: 32, 76 and 16. RGB value is (50,118,22). Sum of RGB (Red+Green+Blue) = 50+118+22=190 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.32% from 190); Green value is 118 (46.48% from 255 or 62.11% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 118 - color contains mainly: green. Hex color #327616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327616 is #CD89E9. Grayscale: #575757. Windows color (decimal): -13470186 or 1472050. OLE color: 1472050.

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

Color convert

RGB 50 118 22 -
CMYK 0.58 0 0.81 0.54
HSL 102.5º 0.69% 0.27% -
HSV(B) 102.5º 0.81% 0.46% -
XYZ 7.94 13.69 2.98 -
YUV 86.72 91.47 101.81 -
System Red Green Blue C M Y K H S L
Decimal 50 118 22 0.58 0 0.81 0.54 102.5 0.69 0.27
Hex 32 76 16 3A 0 51 36 66 45 1B
Octal 62 166 26 72 0 121 66 146 105 33
Binary 110010 1110110 10110 111010 0 1010001 110110 1100110 1000101 11011

Color Harmonies of #327616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327616

Black with #327616

Text Example


Text Example

White with #327616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327616; }

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

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

background-color css

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

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

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

border-color css

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

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

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