#1C600D

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

Shades of Myrtle #1C600D

Tints of Myrtle #1C600D

Color information

#1C600D (or 0x1C600D) is unknown color: approx Myrtle. HEX triplet: 1C, 60 and 0D. RGB value is (28,96,13). Sum of RGB (Red+Green+Blue) = 28+96+13=137 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.44% from 137); Green value is 96 (37.89% from 255 or 70.07% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 96 - color contains mainly: green. Hex color #1C600D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C600D is #E39FF2. Grayscale: #424242. Windows color (decimal): -14917619 or 876572. OLE color: 876572.

HSL color Cylindrical-coordinate representation of color #1C600D: hue angle of 109.16º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C600D is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB289613-
CMYK0.7100.860.62
HSL109.16º76.15%21.37%-
HSV(B)109.16º86.46%37.65%-
XYZ4.738.641.8-
YUV66.2197.97100.75-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.44%
GREEN value IS 96 (37.89% from 255) = 70.07%
BLUE value IS 13 (5.47% from 255) = 9.49%
R=20.44%
G=70.07%
B=9.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2896130.7100.860.62109.1676.1521.37
Hex1C60D470563E6d4c15
Octal341401510701267615511425
Binary11100110000011011000111010101101111101101101100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C600D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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