#038713

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

Shades of Green #038713

Tints of Green #038713

Color information

#038713 (or 0x038713) is unknown color: approx Green. HEX triplet: 03, 87 and 13. RGB value is (3,135,19). Sum of RGB (Red+Green+Blue) = 3+135+19=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 135 (53.12% from 255 or 85.99% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 135 - color contains mainly: green. Hex color #038713 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #038713 is #FC78EC. Grayscale: #525252. Windows color (decimal): -16546029 or 1279747. OLE color: 1279747.

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

Color convert

RGB313519-
CMYK0.9800.860.47
HSL127.27º95.65%27.06%-
HSV(B)127.27º97.78%52.94%-
XYZ8.8217.393.51-
YUV82.3192.2771.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.91%
GREEN value IS 135 (53.12% from 255) = 85.99%
BLUE value IS 19 (7.81% from 255) = 12.10%
R=1.91%
G=85.99%
B=12.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3135190.9800.860.47127.2795.6527.06
Hex38713620562F7f601b
Octal32072314201265717714033
Binary1110000111100111100010010101101011111111111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038713; }

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

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

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

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

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

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

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

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