#13750C

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

Shades of Green #13750C

Tints of Green #13750C

Color information

#13750C (or 0x13750C) is unknown color: approx Green. HEX triplet: 13, 75 and 0C. RGB value is (19,117,12). Sum of RGB (Red+Green+Blue) = 19+117+12=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 117 (46.09% from 255 or 79.05% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 117 - color contains mainly: green. Hex color #13750C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13750C is #EC8AF3. Grayscale: #4C4C4C. Windows color (decimal): -15502068 or 816403. OLE color: 816403.

HSL color Cylindrical-coordinate representation of color #13750C: hue angle of 116º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13750C is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB1911712-
CMYK0.8400.900.54
HSL116º81.4%25.29%-
HSV(B)116º89.74%45.88%-
XYZ6.712.892.48-
YUV75.7392.0387.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 117 (46.09% from 255) = 79.05%
BLUE value IS 12 (5.08% from 255) = 8.11%
R=12.84%
G=79.05%
B=8.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19117120.8400.900.5411681.425.29
Hex1375C5405A36745119
Octal231651412401326616412131
Binary10011111010111001010100010110101101101110100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13750C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13750C; }

 p { color: rgb(19,117,12); }

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

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

 a { background-color: rgb(19,117,12); }

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

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

 span { border-color: rgb(19,117,12); }

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