#03610D

Color #03610D Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #03610D

Tints of Green #03610D

Color information

#03610D (or 0x03610D) is unknown color: approx Green. HEX triplet: 03, 61 and 0D. RGB value is (3,97,13). Sum of RGB (Red+Green+Blue) = 3+97+13=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 97 (38.28% from 255 or 85.84% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 97 - color contains mainly: green. Hex color #03610D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03610D is #FC9EF2. Grayscale: #3B3B3B. Windows color (decimal): -16555763 or 876803. OLE color: 876803.

HSL color Cylindrical-coordinate representation of color #03610D: hue angle of 126.38º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03610D is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB39713-
CMYK0.9700.870.62
HSL126.38º94%19.61%-
HSV(B)126.38º96.91%38.04%-
XYZ4.388.61.81-
YUV59.32101.8687.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.65%
GREEN value IS 97 (38.28% from 255) = 85.84%
BLUE value IS 13 (5.47% from 255) = 11.50%
R=2.65%
G=85.84%
B=11.50%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal397130.9700.870.62126.389419.61
Hex361D610573E7e5e14
Octal31411514101277617613624
Binary11110000111011100001010101111111101111110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03610D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03610D; }

 p { color: rgb(3,97,13); }

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

<style>
 a { background-color: #03610D; }

 a { background-color: rgb(3,97,13); }

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

<style>
 span { border-color: #03610D; }

 span { border-color: rgb(3,97,13); }

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