#037505

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

Shades of Green #037505

Tints of Green #037505

Color information

#037505 (or 0x037505) is unknown color: approx Green. HEX triplet: 03, 75 and 05. RGB value is (3,117,5). Sum of RGB (Red+Green+Blue) = 3+117+5=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 117 (46.09% from 255 or 93.6% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 117 - color contains mainly: green. Hex color #037505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037505 is #FC8AFA. Grayscale: #464646. Windows color (decimal): -16550651 or 357635. OLE color: 357635.

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

Color convert

RGB31175-
CMYK0.9700.960.54
HSL121.05º95%23.53%-
HSV(B)121.05º97.44%45.88%-
XYZ6.4312.752.27-
YUV70.1591.2380.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.4%
GREEN value IS 117 (46.09% from 255) = 93.6%
BLUE value IS 5 (2.34% from 255) = 4%
R=2.4%
G=93.6%
B=4%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal311750.9700.960.54121.059523.53
Hex37556106036795f18
Octal3165514101406617113730
Binary1111101011011100001011000001101101111001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037505; }

 p { color: rgb(3,117,5); }

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

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

 a { background-color: rgb(3,117,5); }

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

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

 span { border-color: rgb(3,117,5); }

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