#337202

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

Shades of Bilbao #337202

Tints of Bilbao #337202

Color information

#337202 (or 0x337202) is unknown color: approx Bilbao. HEX triplet: 33, 72 and 02. RGB value is (51,114,2). Sum of RGB (Red+Green+Blue) = 51+114+2=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 114 (44.92% from 255 or 68.26% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 114 - color contains mainly: green. Hex color #337202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337202 is #CC8DFD. Grayscale: #525252. Windows color (decimal): -13405694 or 160307. OLE color: 160307.

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

Color convert

RGB511142-
CMYK0.5500.980.55
HSL93.75º96.55%22.75%-
HSV(B)93.75º98.25%44.71%-
XYZ7.3912.742.13-
YUV82.3982.63105.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.54%
GREEN value IS 114 (44.92% from 255) = 68.26%
BLUE value IS 2 (1.17% from 255) = 1.20%
R=30.54%
G=68.26%
B=1.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5111420.5500.980.5593.7596.5522.75
Hex3372237062375e6117
Octal6316226701426713614127
Binary110011111001010110111011000101101111011110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337202; }

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

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

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

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

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

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

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

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