#03570C

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

Shades of Green #03570C

Tints of Green #03570C

Color information

#03570C (or 0x03570C) is unknown color: approx Green. HEX triplet: 03, 57 and 0C. RGB value is (3,87,12). Sum of RGB (Red+Green+Blue) = 3+87+12=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 87 (34.38% from 255 or 85.29% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 87 - color contains mainly: green. Hex color #03570C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03570C is #FCA8F3. Grayscale: #353535. Windows color (decimal): -16558324 or 808707. OLE color: 808707.

HSL color Cylindrical-coordinate representation of color #03570C: hue angle of 126.43º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03570C is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB38712-
CMYK0.9700.860.66
HSL126.43º93.33%17.65%-
HSV(B)126.43º96.55%34.12%-
XYZ3.516.861.49-
YUV53.33104.6792.1-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.94%
GREEN value IS 87 (34.38% from 255) = 85.29%
BLUE value IS 12 (5.08% from 255) = 11.76%
R=2.94%
G=85.29%
B=11.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal387120.9700.860.66126.4393.3317.65
Hex357C61056427e5d12
Octal312714141012610217613522
Binary111010111110011000010101011010000101111110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03570C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03570C; }

 p { color: rgb(3,87,12); }

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

<style>
 a { background-color: #03570C; }

 a { background-color: rgb(3,87,12); }

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

<style>
 span { border-color: #03570C; }

 span { border-color: rgb(3,87,12); }

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