#327919

Color #327919 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #327919

Tints of Bilbao #327919

Color information

#327919 (or 0x327919) is unknown color: approx Bilbao. HEX triplet: 32, 79 and 19. RGB value is (50,121,25). Sum of RGB (Red+Green+Blue) = 50+121+25=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 121 (47.66% from 255 or 61.73% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 121 - color contains mainly: green. Hex color #327919 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327919 is #CD86E6. Grayscale: #595959. Windows color (decimal): -13469415 or 1669426. OLE color: 1669426.

HSL color Cylindrical-coordinate representation of color #327919: hue angle of 104.38º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #327919 is Cyan = 0.59, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB5012125-
CMYK0.5900.790.53
HSL104.38º65.75%28.63%-
HSV(B)104.38º79.34%47.45%-
XYZ8.3314.423.26-
YUV88.8391.98100.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.51%
GREEN value IS 121 (47.66% from 255) = 61.73%
BLUE value IS 25 (10.16% from 255) = 12.76%
R=25.51%
G=61.73%
B=12.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50121250.5900.790.53104.3865.7528.63
Hex3279193B04F3568421d
Octal62171317301176515010235
Binary110010111100111001111011010011111101011101000100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327919; }

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

 H1.HeaderClassName
 {
   color: #327919;
 }
 .AnyTagClassName
 {
   color: #327919;
 }
</style>
background-color css

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

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

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

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

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

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