#13700A

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

Shades of Green #13700A

Tints of Green #13700A

Color information

#13700A (or 0x13700A) is unknown color: approx Green. HEX triplet: 13, 70 and 0A. RGB value is (19,112,10). Sum of RGB (Red+Green+Blue) = 19+112+10=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 112 (44.14% from 255 or 79.43% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 112 - color contains mainly: green. Hex color #13700A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13700A is #EC8FF5. Grayscale: #484848. Windows color (decimal): -15503350 or 684051. OLE color: 684051.

HSL color Cylindrical-coordinate representation of color #13700A: hue angle of 114.71º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13700A is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB1911210-
CMYK0.8300.910.56
HSL114.71º83.61%23.92%-
HSV(B)114.71º91.07%43.92%-
XYZ6.1211.752.23-
YUV72.5692.6989.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.48%
GREEN value IS 112 (44.14% from 255) = 79.43%
BLUE value IS 10 (4.30% from 255) = 7.09%
R=13.48%
G=79.43%
B=7.09%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal19112100.8300.910.56114.7183.6123.92
Hex1370A5305B38735418
Octal231601212301337016312430
Binary10011111000010101010011010110111110001110011101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13700A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,112,10); }

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

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

 a { background-color: rgb(19,112,10); }

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

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

 span { border-color: rgb(19,112,10); }

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