#337D27

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

Shades of Bilbao #337D27

Tints of Bilbao #337D27

Color information

#337D27 (or 0x337D27) is unknown color: approx Bilbao. HEX triplet: 33, 7D and 27. RGB value is (51,125,39). Sum of RGB (Red+Green+Blue) = 51+125+39=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 125 (49.22% from 255 or 58.14% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 125 - color contains mainly: green. Hex color #337D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337D27 is #CC82D8. Grayscale: #5D5D5D. Windows color (decimal): -13402841 or 2587955. OLE color: 2587955.

HSL color Cylindrical-coordinate representation of color #337D27: hue angle of 111.63º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #337D27 is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB5112539-
CMYK0.5900.690.51
HSL111.63º52.44%32.16%-
HSV(B)111.63º68.8%49.02%-
XYZ9.0715.524.44-
YUV93.0797.4897.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.72%
GREEN value IS 125 (49.22% from 255) = 58.14%
BLUE value IS 39 (15.62% from 255) = 18.14%
R=23.72%
G=58.14%
B=18.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51125390.5900.690.51111.6352.4432.16
Hex337D273B04533703420
Octal6317547730105631606440
Binary1100111111101100111111011010001011100111110000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337D27; }

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

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

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

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

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

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

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

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