#1C5502

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

Shades of Myrtle #1C5502

Tints of Myrtle #1C5502

Color information

#1C5502 (or 0x1C5502) is unknown color: approx Myrtle. HEX triplet: 1C, 55 and 02. RGB value is (28,85,2). Sum of RGB (Red+Green+Blue) = 28+85+2=115 (15% of max value = 765). Red value is 28 (11.33% from 255 or 24.35% from 115); Green value is 85 (33.59% from 255 or 73.91% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 85 - color contains mainly: green. Hex color #1C5502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C5502 is #E3AAFD. Grayscale: #3A3A3A. Windows color (decimal): -14920446 or 152860. OLE color: 152860.

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

Color convert

RGB28852-
CMYK0.6700.980.67
HSL101.2º95.4%17.06%-
HSV(B)101.2º97.65%33.33%-
XYZ3.746.751.16-
YUV58.596.12106.25-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 24.35%
GREEN value IS 85 (33.59% from 255) = 73.91%
BLUE value IS 2 (1.17% from 255) = 1.74%
R=24.35%
G=73.91%
B=1.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal288520.6700.980.67101.295.417.06
Hex1C5524306243655f11
Octal341252103014210314513721
Binary1110010101011010000110110001010000111100101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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