#135310

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

Shades of Myrtle #135310

Tints of Myrtle #135310

Color information

#135310 (or 0x135310) is unknown color: approx Myrtle. HEX triplet: 13, 53 and 10. RGB value is (19,83,16). Sum of RGB (Red+Green+Blue) = 19+83+16=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 83 (32.81% from 255 or 70.34% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 83 - color contains mainly: green. Hex color #135310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #135310 is #ECACEF. Grayscale: #383838. Windows color (decimal): -15510768 or 1069843. OLE color: 1069843.

HSL color Cylindrical-coordinate representation of color #135310: hue angle of 117.31º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #135310 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB198316-
CMYK0.7700.810.67
HSL117.31º67.68%19.41%-
HSV(B)117.31º80.72%32.55%-
XYZ3.466.361.54-
YUV56.23105.3101.45-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.10%
GREEN value IS 83 (32.81% from 255) = 70.34%
BLUE value IS 16 (6.64% from 255) = 13.56%
R=16.10%
G=70.34%
B=13.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1983160.7700.810.67117.3167.6819.41
Hex1353104D05143754413
Octal2312320115012110316510423
Binary1001110100111000010011010101000110000111110101100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135310; }

 p { color: rgb(19,83,16); }

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

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

 a { background-color: rgb(19,83,16); }

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

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

 span { border-color: rgb(19,83,16); }

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