#1C530D

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

Shades of Myrtle #1C530D

Tints of Myrtle #1C530D

Color information

#1C530D (or 0x1C530D) is unknown color: approx Myrtle. HEX triplet: 1C, 53 and 0D. RGB value is (28,83,13). Sum of RGB (Red+Green+Blue) = 28+83+13=124 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.58% from 124); Green value is 83 (32.81% from 255 or 66.94% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 83 - color contains mainly: green. Hex color #1C530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C530D is #E3ACF2. Grayscale: #3A3A3A. Windows color (decimal): -14920947 or 873244. OLE color: 873244.

HSL color Cylindrical-coordinate representation of color #1C530D: hue angle of 107.14º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C530D is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB288313-
CMYK0.6600.840.67
HSL107.14º72.92%18.82%-
HSV(B)107.14º84.34%32.55%-
XYZ3.646.461.44-
YUV58.58102.28106.19-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.58%
GREEN value IS 83 (32.81% from 255) = 66.94%
BLUE value IS 13 (5.47% from 255) = 10.48%
R=22.58%
G=66.94%
B=10.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2883130.6600.840.67107.1472.9218.82
Hex1C53D42054436b4913
Octal3412315102012410315311123
Binary111001010011110110000100101010010000111101011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C530D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C530D; }

 p { color: rgb(28,83,13); }

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

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

 a { background-color: rgb(28,83,13); }

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

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

 span { border-color: rgb(28,83,13); }

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