#337207

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

Shades of Bilbao #337207

Tints of Bilbao #337207

Color information

#337207 (or 0x337207) is unknown color: approx Bilbao. HEX triplet: 33, 72 and 07. RGB value is (51,114,7). Sum of RGB (Red+Green+Blue) = 51+114+7=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 114 (44.92% from 255 or 66.28% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 114 - color contains mainly: green. Hex color #337207 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337207 is #CC8DF8. Grayscale: #535353. Windows color (decimal): -13405689 or 487987. OLE color: 487987.

HSL color Cylindrical-coordinate representation of color #337207: hue angle of 95.33º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #337207 is Cyan = 0.55, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB511147-
CMYK0.5500.940.55
HSL95.33º88.43%23.73%-
HSV(B)95.33º93.86%44.71%-
XYZ7.4212.752.27-
YUV82.9685.13105.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.65%
GREEN value IS 114 (44.92% from 255) = 66.28%
BLUE value IS 7 (3.12% from 255) = 4.07%
R=29.65%
G=66.28%
B=4.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5111470.5500.940.5595.3388.4323.73
Hex337273705E375f5818
Octal6316276701366713713030
Binary1100111110010111110111010111101101111011111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337207; }

 p { color: rgb(51,114,7); }

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

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

 a { background-color: rgb(51,114,7); }

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

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

 span { border-color: rgb(51,114,7); }

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