Html Css Color HEX #327409 Bilbao

📋 copy color: '#327409'

red 50 ◦ green 116 ◦ blue 9

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

Shades of Bilbao #327409

Tints of Bilbao #327409

RGB

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

 GREEN value IS 116 (45.7% from 255) = 66.29%

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

R = 28.57%
G = 66.29%
B = 5.14%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#327409 (or 0x327409) is known color: Bilbao. HEX triplet: 32, 74 and 09. RGB value is (50,116,9). Sum of RGB (Red+Green+Blue) = 50+116+9=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 116 (45.70% from 255 or 66.29% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 116 - color contains mainly: green. Hex color #327409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327409 is #CD8BF6. Grayscale: #545454. Windows color (decimal): -13470711 or 619570. OLE color: 619570.

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

Color convert

RGB 50 116 9 -
CMYK 0.57 0 0.92 0.55
HSL 97.01º 0.86% 0.25% -
HSV(B) 97.01º 0.92% 0.45% -
XYZ 7.61 13.19 2.4 -
YUV 84.07 85.63 103.7 -
System Red Green Blue C M Y K H S L
Decimal 50 116 9 0.57 0 0.92 0.55 97.01 0.86 0.25
Hex 32 74 9 39 0 5C 37 61 56 19
Octal 62 164 11 71 0 134 67 141 126 31
Binary 110010 1110100 1001 111001 0 1011100 110111 1100001 1010110 11001

Color Harmonies of #327409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327409

Black with #327409

Text Example


Text Example

White with #327409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327409; }

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

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

background-color css

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

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

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

border-color css

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

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

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