#03770A

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

Shades of Green #03770A

Tints of Green #03770A

Color information

#03770A (or 0x03770A) is unknown color: approx Green. HEX triplet: 03, 77 and 0A. RGB value is (3,119,10). Sum of RGB (Red+Green+Blue) = 3+119+10=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 119 (46.88% from 255 or 90.15% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 119 - color contains mainly: green. Hex color #03770A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03770A is #FC88F5. Grayscale: #484848. Windows color (decimal): -16550134 or 685827. OLE color: 685827.

HSL color Cylindrical-coordinate representation of color #03770A: hue angle of 123.62º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03770A is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB311910-
CMYK0.9700.920.53
HSL123.62º95.08%23.92%-
HSV(B)123.62º97.48%46.67%-
XYZ6.6913.232.49-
YUV71.8993.0778.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.27%
GREEN value IS 119 (46.88% from 255) = 90.15%
BLUE value IS 10 (4.30% from 255) = 7.58%
R=2.27%
G=90.15%
B=7.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3119100.9700.920.53123.6295.0823.92
Hex377A6105C357c5f18
Octal31671214101346517413730
Binary11111011110101100001010111001101011111100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03770A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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