#1C5522

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

Shades of Myrtle #1C5522

Tints of Myrtle #1C5522

Color information

#1C5522 (or 0x1C5522) is unknown color: approx Myrtle. HEX triplet: 1C, 55 and 22. RGB value is (28,85,34). Sum of RGB (Red+Green+Blue) = 28+85+34=147 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.05% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #1C5522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5522 is #E3AADD. Grayscale: #3E3E3E. Windows color (decimal): -14920414 or 2250012. OLE color: 2250012.

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

Color convert

RGB288534-
CMYK0.6700.600.67
HSL126.32º50.44%22.16%-
HSV(B)126.32º67.06%33.33%-
XYZ4.026.862.63-
YUV62.14112.12103.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.05%
GREEN value IS 85 (33.59% from 255) = 57.82%
BLUE value IS 34 (13.67% from 255) = 23.13%
R=19.05%
G=57.82%
B=23.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2885340.6700.600.67126.3250.4422.16
Hex1C55224303C437e3216
Octal34125421030741031766226
Binary111001010101100010100001101111001000011111111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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