#03760C

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

Shades of Green #03760C

Tints of Green #03760C

Color information

#03760C (or 0x03760C) is unknown color: approx Green. HEX triplet: 03, 76 and 0C. RGB value is (3,118,12). Sum of RGB (Red+Green+Blue) = 3+118+12=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 118 (46.48% from 255 or 88.72% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 118 - color contains mainly: green. Hex color #03760C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03760C is #FC89F3. Grayscale: #474747. Windows color (decimal): -16550388 or 816643. OLE color: 816643.

HSL color Cylindrical-coordinate representation of color #03760C: hue angle of 124.7º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03760C is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB311812-
CMYK0.9700.900.54
HSL124.7º95.04%23.73%-
HSV(B)124.7º97.46%46.27%-
XYZ6.58132.51-
YUV71.5394.479.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.26%
GREEN value IS 118 (46.48% from 255) = 88.72%
BLUE value IS 12 (5.08% from 255) = 9.02%
R=2.26%
G=88.72%
B=9.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3118120.9700.900.54124.795.0423.73
Hex376C6105A367d5f18
Octal31661414101326617513730
Binary11111011011001100001010110101101101111101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03760C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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