#1C5507

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

Shades of Myrtle #1C5507

Tints of Myrtle #1C5507

Color information

#1C5507 (or 0x1C5507) is unknown color: approx Myrtle. HEX triplet: 1C, 55 and 07. RGB value is (28,85,7). Sum of RGB (Red+Green+Blue) = 28+85+7=120 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.33% from 120); Green value is 85 (33.59% from 255 or 70.83% from 120); Blue value is 7 (3.12% from 255 or 5.83% from 120); Max value from RGB is 85 - color contains mainly: green. Hex color #1C5507 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C5507 is #E3AAF8. Grayscale: #3B3B3B. Windows color (decimal): -14920441 or 480540. OLE color: 480540.

HSL color Cylindrical-coordinate representation of color #1C5507: hue angle of 103.85º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1C5507 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB28857-
CMYK0.6700.920.67
HSL103.85º84.78%18.04%-
HSV(B)103.85º91.76%33.33%-
XYZ3.776.761.31-
YUV59.0698.62105.84-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 23.33%
GREEN value IS 85 (33.59% from 255) = 70.83%
BLUE value IS 7 (3.12% from 255) = 5.83%
R=23.33%
G=70.83%
B=5.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal288570.6700.920.67103.8584.7818.04
Hex1C5574305C43685512
Octal341257103013410315012522
Binary11100101010111110000110101110010000111101000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,85,7); }

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

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

 a { background-color: rgb(28,85,7); }

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

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

 span { border-color: rgb(28,85,7); }

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