Html Css Color HEX #327609 Bilbao

📋 copy color: '#327609'

red 50 ◦ green 118 ◦ blue 9

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

Shades of Bilbao #327609

Tints of Bilbao #327609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.08%

R = 28.25%
G = 66.67%
B = 5.08%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#327609 (or 0x327609) is known color: Bilbao. HEX triplet: 32, 76 and 09. RGB value is (50,118,9). Sum of RGB (Red+Green+Blue) = 50+118+9=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 118 (46.48% from 255 or 66.67% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 118 - color contains mainly: green. Hex color #327609 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327609 is #CD89F6. Grayscale: #555555. Windows color (decimal): -13470199 or 620082. OLE color: 620082.

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

Color convert

RGB 50 118 9 -
CMYK 0.58 0 0.92 0.54
HSL 97.43º 0.86% 0.25% -
HSV(B) 97.43º 0.92% 0.46% -
XYZ 7.84 13.65 2.48 -
YUV 85.24 84.97 102.86 -
System Red Green Blue C M Y K H S L
Decimal 50 118 9 0.58 0 0.92 0.54 97.43 0.86 0.25
Hex 32 76 9 3A 0 5C 36 61 56 19
Octal 62 166 11 72 0 134 66 141 126 31
Binary 110010 1110110 1001 111010 0 1011100 110110 1100001 1010110 11001

Color Harmonies of #327609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327609

Black with #327609

Text Example


Text Example

White with #327609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327609; }

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

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

background-color css

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

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

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

border-color css

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

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

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