#048713

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

Shades of Green #048713

Tints of Green #048713

Color information

#048713 (or 0x048713) is unknown color: approx Green. HEX triplet: 04, 87 and 13. RGB value is (4,135,19). Sum of RGB (Red+Green+Blue) = 4+135+19=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 135 (53.12% from 255 or 85.44% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 135 - color contains mainly: green. Hex color #048713 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048713 is #FB78EC. Grayscale: #525252. Windows color (decimal): -16480493 or 1279748. OLE color: 1279748.

HSL color Cylindrical-coordinate representation of color #048713: hue angle of 126.87º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048713 is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB413519-
CMYK0.9700.860.47
HSL126.87º94.24%27.25%-
HSV(B)126.87º97.04%52.94%-
XYZ8.8317.43.51-
YUV82.6192.171.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.53%
GREEN value IS 135 (53.12% from 255) = 85.44%
BLUE value IS 19 (7.81% from 255) = 12.03%
R=2.53%
G=85.44%
B=12.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4135190.9700.860.47126.8794.2427.25
Hex48713610562F7f5e1b
Octal42072314101265717713633
Binary10010000111100111100001010101101011111111111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048713; }

 p { color: rgb(4,135,19); }

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

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

 a { background-color: rgb(4,135,19); }

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

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

 span { border-color: rgb(4,135,19); }

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