#03580C

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

Shades of Green #03580C

Tints of Green #03580C

Color information

#03580C (or 0x03580C) is unknown color: approx Green. HEX triplet: 03, 58 and 0C. RGB value is (3,88,12). Sum of RGB (Red+Green+Blue) = 3+88+12=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 88 (34.77% from 255 or 85.44% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 88 - color contains mainly: green. Hex color #03580C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03580C is #FCA7F3. Grayscale: #363636. Windows color (decimal): -16558068 or 808963. OLE color: 808963.

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

Color convert

RGB38812-
CMYK0.9700.860.65
HSL126.35º93.41%17.84%-
HSV(B)126.35º96.59%34.51%-
XYZ3.597.031.51-
YUV53.92104.3491.68-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.91%
GREEN value IS 88 (34.77% from 255) = 85.44%
BLUE value IS 12 (5.08% from 255) = 11.65%
R=2.91%
G=85.44%
B=11.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal388120.9700.860.65126.3593.4117.84
Hex358C61056417e5d12
Octal313014141012610117613522
Binary111011000110011000010101011010000011111110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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