Html Css Color HEX #327708 Bilbao

📋 copy color: '#327708'

red 50 ◦ green 119 ◦ blue 8

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

Shades of Bilbao #327708

Tints of Bilbao #327708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.52%

R = 28.25%
G = 67.23%
B = 4.52%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#327708 (or 0x327708) is known color: Bilbao. HEX triplet: 32, 77 and 08. RGB value is (50,119,8). Sum of RGB (Red+Green+Blue) = 50+119+8=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 119 (46.88% from 255 or 67.23% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 119 - color contains mainly: green. Hex color #327708 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327708 is #CD88F7. Grayscale: #565656. Windows color (decimal): -13469944 or 554802. OLE color: 554802.

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

Color convert

RGB 50 119 8 -
CMYK 0.58 0 0.93 0.53
HSL 97.3º 0.87% 0.25% -
HSV(B) 97.3º 0.93% 0.47% -
XYZ 7.96 13.89 2.49 -
YUV 85.72 84.14 102.53 -
System Red Green Blue C M Y K H S L
Decimal 50 119 8 0.58 0 0.93 0.53 97.3 0.87 0.25
Hex 32 77 8 3A 0 5D 35 61 57 19
Octal 62 167 10 72 0 135 65 141 127 31
Binary 110010 1110111 1000 111010 0 1011101 110101 1100001 1010111 11001

Color Harmonies of #327708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327708

Black with #327708

Text Example


Text Example

White with #327708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327708; }

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

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

background-color css

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

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

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

border-color css

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

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

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