#13750B

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

Shades of Green #13750B

Tints of Green #13750B

Color information

#13750B (or 0x13750B) is unknown color: approx Green. HEX triplet: 13, 75 and 0B. RGB value is (19,117,11). Sum of RGB (Red+Green+Blue) = 19+117+11=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 117 (46.09% from 255 or 79.59% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 117 - color contains mainly: green. Hex color #13750B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13750B is #EC8AF4. Grayscale: #4B4B4B. Windows color (decimal): -15502069 or 750867. OLE color: 750867.

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

Color convert

RGB1911711-
CMYK0.8400.910.54
HSL115.47º82.81%25.1%-
HSV(B)115.47º90.6%45.88%-
XYZ6.6912.892.45-
YUV75.6191.5387.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.93%
GREEN value IS 117 (46.09% from 255) = 79.59%
BLUE value IS 11 (4.69% from 255) = 7.48%
R=12.93%
G=79.59%
B=7.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19117110.8400.910.54115.4782.8125.1
Hex1375B5405B36735319
Octal231651312401336616312331
Binary10011111010110111010100010110111101101110011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13750B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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