#3B7002

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

Shades of Bilbao #3B7002

Tints of Bilbao #3B7002

Color information

#3B7002 (or 0x3B7002) is unknown color: approx Bilbao. HEX triplet: 3B, 70 and 02. RGB value is (59,112,2). Sum of RGB (Red+Green+Blue) = 59+112+2=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 112 (44.14% from 255 or 64.74% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 112 - color contains mainly: green. Hex color #3B7002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7002 is #C48FFD. Grayscale: #545454. Windows color (decimal): -12881918 or 159803. OLE color: 159803.

HSL color Cylindrical-coordinate representation of color #3B7002: hue angle of 88.91º 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 #3B7002 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB591122-
CMYK0.4700.980.56
HSL88.91º96.49%22.35%-
HSV(B)88.91º98.21%43.92%-
XYZ7.6112.522.07-
YUV83.6181.94110.44-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.10%
GREEN value IS 112 (44.14% from 255) = 64.74%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=34.10%
G=64.74%
B=1.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5911220.4700.980.5688.9196.4922.35
Hex3B7022F06238596016
Octal7316025701427013114026
Binary111011111000010101111011000101110001011001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B7002; }

 p { color: rgb(59,112,2); }

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

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

 a { background-color: rgb(59,112,2); }

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

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

 span { border-color: rgb(59,112,2); }

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