Html Css Color HEX #327509 Bilbao

📋 copy color: '#327509'

red 50 ◦ green 117 ◦ blue 9

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

Shades of Bilbao #327509

Tints of Bilbao #327509

RGB

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

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

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

R = 28.41%
G = 66.48%
B = 5.11%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#327509 (or 0x327509) is known color: Bilbao. HEX triplet: 32, 75 and 09. RGB value is (50,117,9). Sum of RGB (Red+Green+Blue) = 50+117+9=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 117 (46.09% from 255 or 66.48% from 176); Blue value is 9 (3.91% from 255 or 5.11% from 176); Max value from RGB is 117 - color contains mainly: green. Hex color #327509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327509 is #CD8AF6. Grayscale: #555555. Windows color (decimal): -13470455 or 619826. OLE color: 619826.

HSL color Cylindrical-coordinate representation of color #327509: hue angle of 97.22º 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 #327509 is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 117 9 -
CMYK 0.57 0 0.92 0.54
HSL 97.22º 0.86% 0.25% -
HSV(B) 97.22º 0.92% 0.46% -
XYZ 7.73 13.42 2.44 -
YUV 84.66 85.3 103.28 -
System Red Green Blue C M Y K H S L
Decimal 50 117 9 0.57 0 0.92 0.54 97.22 0.86 0.25
Hex 32 75 9 39 0 5C 36 61 56 19
Octal 62 165 11 71 0 134 66 141 126 31
Binary 110010 1110101 1001 111001 0 1011100 110110 1100001 1010110 11001

Color Harmonies of #327509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327509

Black with #327509

Text Example


Text Example

White with #327509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327509; }

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

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

background-color css

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

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

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

border-color css

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

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

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