#03680C

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

Shades of Green #03680C

Tints of Green #03680C

Color information

#03680C (or 0x03680C) is unknown color: approx Green. HEX triplet: 03, 68 and 0C. RGB value is (3,104,12). Sum of RGB (Red+Green+Blue) = 3+104+12=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 104 (41.02% from 255 or 87.39% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 104 - color contains mainly: green. Hex color #03680C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03680C is #FC97F3. Grayscale: #3F3F3F. Windows color (decimal): -16553972 or 813059. OLE color: 813059.

HSL color Cylindrical-coordinate representation of color #03680C: hue angle of 125.35º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03680C is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB310412-
CMYK0.9700.880.59
HSL125.35º94.39%20.98%-
HSV(B)125.35º97.12%40.78%-
XYZ5.059.952-
YUV63.3199.0484.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.52%
GREEN value IS 104 (41.02% from 255) = 87.39%
BLUE value IS 12 (5.08% from 255) = 10.08%
R=2.52%
G=87.39%
B=10.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3104120.9700.880.59125.3594.3920.98
Hex368C610583B7d5e15
Octal31501414101307317513625
Binary11110100011001100001010110001110111111101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03680C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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