#327802

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

Shades of Bilbao #327802

Tints of Bilbao #327802

Color information

#327802 (or 0x327802) is unknown color: approx Bilbao. HEX triplet: 32, 78 and 02. RGB value is (50,120,2). Sum of RGB (Red+Green+Blue) = 50+120+2=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 120 (47.27% from 255 or 69.77% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 120 - color contains mainly: green. Hex color #327802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #327802 is #CD87FD. Grayscale: #565656. Windows color (decimal): -13469694 or 161842. OLE color: 161842.

HSL color Cylindrical-coordinate representation of color #327802: hue angle of 95.59º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #327802 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB501202-
CMYK0.5800.980.53
HSL95.59º96.72%23.92%-
HSV(B)95.59º98.33%47.06%-
XYZ8.0414.122.36-
YUV85.6280.81102.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.07%
GREEN value IS 120 (47.27% from 255) = 69.77%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=29.07%
G=69.77%
B=1.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5012020.5800.980.5395.5996.7223.92
Hex327823A06235606118
Octal6217027201426514014130
Binary110010111100010111010011000101101011100000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327802; }

 p { color: rgb(50,120,2); }

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

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

 a { background-color: rgb(50,120,2); }

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

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

 span { border-color: rgb(50,120,2); }

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