#13550C

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

Shades of Myrtle #13550C

Tints of Myrtle #13550C

Color information

#13550C (or 0x13550C) is unknown color: approx Myrtle. HEX triplet: 13, 55 and 0C. RGB value is (19,85,12). Sum of RGB (Red+Green+Blue) = 19+85+12=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 85 (33.59% from 255 or 73.28% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 85 - color contains mainly: green. Hex color #13550C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #13550C is #ECAAF3. Grayscale: #393939. Windows color (decimal): -15510260 or 808211. OLE color: 808211.

HSL color Cylindrical-coordinate representation of color #13550C: hue angle of 114.25º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13550C is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB198512-
CMYK0.7800.860.67
HSL114.25º75.26%19.02%-
HSV(B)114.25º85.88%33.33%-
XYZ3.586.661.44-
YUV56.94102.63100.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.38%
GREEN value IS 85 (33.59% from 255) = 73.28%
BLUE value IS 12 (5.08% from 255) = 10.34%
R=16.38%
G=73.28%
B=10.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1985120.7800.860.67114.2575.2619.02
Hex1355C4E05643724b13
Octal2312514116012610316211323
Binary100111010101110010011100101011010000111110010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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