#1c5f0d

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

Shades of Myrtle #1C5F0D

Tints of Myrtle #1C5F0D

Color information

#1C5F0D (or 0x1C5F0D) is unknown color: approx Myrtle. HEX triplet: 1C, 5F and 0D. RGB value is (28,95,13). Sum of RGB (Red+Green+Blue) = 28+95+13=136 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.59% from 136); Green value is 95 (37.5% from 255 or 69.85% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 95 - color contains mainly: green. Hex color #1C5F0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C5F0D is #E3A0F2. Grayscale: #414141. Windows color (decimal): -14917875 or 876316. OLE color: 876316.

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

Color convert

RGB289513-
CMYK0.7100.860.63
HSL109.02º75.93%21.18%-
HSV(B)109.02º86.32%37.25%-
XYZ4.648.461.77-
YUV65.6298.3101.17-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.59%
GREEN value IS 95 (37.5% from 255) = 69.85%
BLUE value IS 13 (5.47% from 255) = 9.56%
R=20.59%
G=69.85%
B=9.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2895130.7100.860.63109.0275.9321.18
Hex1C5FD470563F6d4c15
Octal341371510701267715511425
Binary11100101111111011000111010101101111111101101100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c5f0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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