#337F08

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

Shades of Bilbao #337F08

Tints of Bilbao #337F08

Color information

#337F08 (or 0x337F08) is unknown color: approx Bilbao. HEX triplet: 33, 7F and 08. RGB value is (51,127,8). Sum of RGB (Red+Green+Blue) = 51+127+8=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 127 (50% from 255 or 68.28% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 127 - color contains mainly: green. Hex color #337F08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337F08 is #CC80F7. Grayscale: #5B5B5B. Windows color (decimal): -13402360 or 556851. OLE color: 556851.

HSL color Cylindrical-coordinate representation of color #337F08: hue angle of 98.32º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #337F08 is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB511278-
CMYK0.6000.940.50
HSL98.32º88.15%26.47%-
HSV(B)98.32º93.7%49.8%-
XYZ915.92.82-
YUV90.7181.3299.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.42%
GREEN value IS 127 (50% from 255) = 68.28%
BLUE value IS 8 (3.52% from 255) = 4.30%
R=27.42%
G=68.28%
B=4.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5112780.6000.940.5098.3288.1526.47
Hex337F83C05E3262581a
Octal63177107401366214213032
Binary11001111111111000111100010111101100101100010101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,127,8); }

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

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

 a { background-color: rgb(51,127,8); }

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

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

 span { border-color: rgb(51,127,8); }

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