Html Css Color HEX #327219 Bilbao

📋 copy color: '#327219'

red 50 ◦ green 114 ◦ blue 25

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

Shades of Bilbao #327219

Tints of Bilbao #327219

RGB

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

 GREEN value IS 114 (44.92% from 255) = 60.32%

 BLUE value IS 25 (10.16% from 255) = 13.23%

R = 26.46%
G = 60.32%
B = 13.23%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#327219 (or 0x327219) is known color: Bilbao. HEX triplet: 32, 72 and 19. RGB value is (50,114,25). Sum of RGB (Red+Green+Blue) = 50+114+25=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 114 (44.92% from 255 or 60.32% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 114 - color contains mainly: green. Hex color #327219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327219 is #CD8DE6. Grayscale: #555555. Windows color (decimal): -13471207 or 1667634. OLE color: 1667634.

HSL color Cylindrical-coordinate representation of color #327219: hue angle of 103.15º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #327219 is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 114 25 -
CMYK 0.56 0 0.78 0.55
HSL 103.15º 0.64% 0.27% -
HSV(B) 103.15º 0.78% 0.45% -
XYZ 7.51 12.78 2.99 -
YUV 84.72 94.3 103.24 -
System Red Green Blue C M Y K H S L
Decimal 50 114 25 0.56 0 0.78 0.55 103.15 0.64 0.27
Hex 32 72 19 38 0 4E 37 67 40 1B
Octal 62 162 31 70 0 116 67 147 100 33
Binary 110010 1110010 11001 111000 0 1001110 110111 1100111 1000000 11011

Color Harmonies of #327219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327219

Black with #327219

Text Example


Text Example

White with #327219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327219; }

 p { color: rgb(50,114,25); }

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

background-color css

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

 a { background-color: rgb(50,114,25); }

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

border-color css

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

 span { border-color: rgb(50,114,25); }

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