#337527

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

Shades of Bilbao #337527

Tints of Bilbao #337527

Color information

#337527 (or 0x337527) is unknown color: approx Bilbao. HEX triplet: 33, 75 and 27. RGB value is (51,117,39). Sum of RGB (Red+Green+Blue) = 51+117+39=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 117 (46.09% from 255 or 56.52% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 117 - color contains mainly: green. Hex color #337527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337527 is #CC8AD8. Grayscale: #585858. Windows color (decimal): -13404889 or 2585907. OLE color: 2585907.

HSL color Cylindrical-coordinate representation of color #337527: hue angle of 110.77º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #337527 is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB5111739-
CMYK0.5600.670.54
HSL110.77º50%30.59%-
HSV(B)110.77º66.67%45.88%-
XYZ8.0913.574.11-
YUV88.37100.13101.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.64%
GREEN value IS 117 (46.09% from 255) = 56.52%
BLUE value IS 39 (15.62% from 255) = 18.84%
R=24.64%
G=56.52%
B=18.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51117390.5600.670.54110.775030.59
Hex33752738043366f321f
Octal6316547700103661576237
Binary110011111010110011111100001000011110110110111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337527; }

 p { color: rgb(51,117,39); }

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

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

 a { background-color: rgb(51,117,39); }

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

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

 span { border-color: rgb(51,117,39); }

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