#336F02

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

Shades of Bilbao #336F02

Tints of Bilbao #336F02

Color information

#336F02 (or 0x336F02) is unknown color: approx Bilbao. HEX triplet: 33, 6F and 02. RGB value is (51,111,2). Sum of RGB (Red+Green+Blue) = 51+111+2=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 111 (43.75% from 255 or 67.68% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 111 - color contains mainly: green. Hex color #336F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336F02 is #CC90FD. Grayscale: #515151. Windows color (decimal): -13406462 or 159539. OLE color: 159539.

HSL color Cylindrical-coordinate representation of color #336F02: hue angle of 93.03º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #336F02 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB511112-
CMYK0.5400.980.56
HSL93.03º96.46%22.16%-
HSV(B)93.03º98.2%43.53%-
XYZ7.0612.082.02-
YUV80.6383.62106.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.10%
GREEN value IS 111 (43.75% from 255) = 67.68%
BLUE value IS 2 (1.17% from 255) = 1.22%
R=31.10%
G=67.68%
B=1.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5111120.5400.980.5693.0396.4622.16
Hex336F236062385d6016
Octal6315726601427013514026
Binary110011110111110110110011000101110001011101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336F02; }

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

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

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

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

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

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

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

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