#13850F

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

Shades of Green #13850F

Tints of Green #13850F

Color information

#13850F (or 0x13850F) is unknown color: approx Green. HEX triplet: 13, 85 and 0F. RGB value is (19,133,15). Sum of RGB (Red+Green+Blue) = 19+133+15=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 133 (52.34% from 255 or 79.64% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 133 - color contains mainly: green. Hex color #13850F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13850F is #EC7AF0. Grayscale: #555555. Windows color (decimal): -15497969 or 1017107. OLE color: 1017107.

HSL color Cylindrical-coordinate representation of color #13850F: hue angle of 117.97º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13850F is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB1913315-
CMYK0.8600.890.48
HSL117.97º79.73%29.02%-
HSV(B)117.97º88.72%52.16%-
XYZ8.7416.953.26-
YUV85.4688.2380.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 133 (52.34% from 255) = 79.64%
BLUE value IS 15 (6.25% from 255) = 8.98%
R=11.38%
G=79.64%
B=8.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19133150.8600.890.48117.9779.7329.02
Hex1385F560593076501d
Octal232051712601316016612035
Binary100111000010111111010110010110011100001110110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13850F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13850F; }

 p { color: rgb(19,133,15); }

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

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

 a { background-color: rgb(19,133,15); }

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

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

 span { border-color: rgb(19,133,15); }

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