#03760A

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

Shades of Green #03760A

Tints of Green #03760A

Color information

#03760A (or 0x03760A) is unknown color: approx Green. HEX triplet: 03, 76 and 0A. RGB value is (3,118,10). Sum of RGB (Red+Green+Blue) = 3+118+10=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 118 (46.48% from 255 or 90.08% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 118 - color contains mainly: green. Hex color #03760A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03760A is #FC89F5. Grayscale: #474747. Windows color (decimal): -16550390 or 685571. OLE color: 685571.

HSL color Cylindrical-coordinate representation of color #03760A: hue angle of 123.65º 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 #03760A is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB311810-
CMYK0.9700.920.54
HSL123.65º95.04%23.73%-
HSV(B)123.65º97.46%46.27%-
XYZ6.57132.45-
YUV71.393.479.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.29%
GREEN value IS 118 (46.48% from 255) = 90.08%
BLUE value IS 10 (4.30% from 255) = 7.63%
R=2.29%
G=90.08%
B=7.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3118100.9700.920.54123.6595.0423.73
Hex376A6105C367c5f18
Octal31661214101346617413730
Binary11111011010101100001010111001101101111100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03760A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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