#3A7003

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

Shades of Bilbao #3A7003

Tints of Bilbao #3A7003

Color information

#3A7003 (or 0x3A7003) is unknown color: approx Bilbao. HEX triplet: 3A, 70 and 03. RGB value is (58,112,3). Sum of RGB (Red+Green+Blue) = 58+112+3=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 112 (44.14% from 255 or 64.74% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 112 - color contains mainly: green. Hex color #3A7003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7003 is #C58FFC. Grayscale: #535353. Windows color (decimal): -12947453 or 225338. OLE color: 225338.

HSL color Cylindrical-coordinate representation of color #3A7003: hue angle of 89.72º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A7003 is Cyan = 0.48, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB581123-
CMYK0.4800.970.56
HSL89.72º94.78%22.55%-
HSV(B)89.72º97.32%43.92%-
XYZ7.5612.492.1-
YUV83.4382.61109.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.53%
GREEN value IS 112 (44.14% from 255) = 64.74%
BLUE value IS 3 (1.56% from 255) = 1.73%
R=33.53%
G=64.74%
B=1.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5811230.4800.970.5689.7294.7822.55
Hex3A70330061385a5f17
Octal7216036001417013213727
Binary111010111000011110000011000011110001011010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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