#3A700D

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

Shades of Bilbao #3A700D

Tints of Bilbao #3A700D

Color information

#3A700D (or 0x3A700D) is unknown color: approx Bilbao. HEX triplet: 3A, 70 and 0D. RGB value is (58,112,13). Sum of RGB (Red+Green+Blue) = 58+112+13=183 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.69% from 183); Green value is 112 (44.14% from 255 or 61.20% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 112 - color contains mainly: green. Hex color #3A700D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A700D is #C58FF2. Grayscale: #545454. Windows color (decimal): -12947443 or 880698. OLE color: 880698.

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

Color convert

RGB5811213-
CMYK0.4800.880.56
HSL92.73º79.2%24.51%-
HSV(B)92.73º88.39%43.92%-
XYZ7.6112.522.4-
YUV84.5787.61109.05-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.69%
GREEN value IS 112 (44.14% from 255) = 61.20%
BLUE value IS 13 (5.47% from 255) = 7.10%
R=31.69%
G=61.20%
B=7.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58112130.4800.880.5692.7379.224.51
Hex3A70D30058385d4f19
Octal72160156001307013511731
Binary11101011100001101110000010110001110001011101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A700D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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