#3A7002

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

Shades of Bilbao #3A7002

Tints of Bilbao #3A7002

Color information

#3A7002 (or 0x3A7002) is unknown color: approx Bilbao. HEX triplet: 3A, 70 and 02. RGB value is (58,112,2). Sum of RGB (Red+Green+Blue) = 58+112+2=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 112 (44.14% from 255 or 65.12% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7002 is #C58FFD. Grayscale: #535353. Windows color (decimal): -12947454 or 159802. OLE color: 159802.

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

Color convert

RGB581122-
CMYK0.4800.980.56
HSL89.45º96.49%22.35%-
HSV(B)89.45º98.21%43.92%-
XYZ7.5512.492.07-
YUV83.3182.11109.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.72%
GREEN value IS 112 (44.14% from 255) = 65.12%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=33.72%
G=65.12%
B=1.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5811220.4800.980.5689.4596.4922.35
Hex3A7023006238596016
Octal7216026001427013114026
Binary111010111000010110000011000101110001011001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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