#1c481c

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

Shades of Myrtle #1C481C

Tints of Myrtle #1C481C

Color information

#1C481C (or 0x1C481C) is unknown color: approx Myrtle. HEX triplet: 1C, 48 and 1C. RGB value is (28,72,28). Sum of RGB (Red+Green+Blue) = 28+72+28=128 (16% of max value = 765). Red value is 28 (11.33% from 255 or 21.88% from 128); Green value is 72 (28.52% from 255 or 56.25% from 128); Blue value is 28 (11.33% from 255 or 21.88% from 128); Max value from RGB is 72 - color contains mainly: green. Hex color #1C481C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C481C is #E3B7E3. Grayscale: #353535. Windows color (decimal): -14923748 or 1853468. OLE color: 1853468.

HSL color Cylindrical-coordinate representation of color #1C481C: hue angle of 120º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C481C is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB287228-
CMYK0.6100.610.72
HSL120º44%19.61%-
HSV(B)120º61.11%28.24%-
XYZ3.014.971.9-
YUV53.83113.42109.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.88%
GREEN value IS 72 (28.52% from 255) = 56.25%
BLUE value IS 28 (11.33% from 255) = 21.88%
R=21.88%
G=56.25%
B=21.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2872280.6100.610.721204419.61
Hex1C481C3D03D48782c14
Octal3411034750751101705424
Binary1110010010001110011110101111011001000111100010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c481c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,72,28); }

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

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

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

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

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

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

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