#1C4006

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

Shades of Myrtle #1C4006

Tints of Myrtle #1C4006

Color information

#1C4006 (or 0x1C4006) is unknown color: approx Myrtle. HEX triplet: 1C, 40 and 06. RGB value is (28,64,6). Sum of RGB (Red+Green+Blue) = 28+64+6=98 (12% of max value = 765). Red value is 28 (11.33% from 255 or 28.57% from 98); Green value is 64 (25.39% from 255 or 65.31% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 64 - color contains mainly: green. Hex color #1C4006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C4006 is #E3BFF9. Grayscale: #2E2E2E. Windows color (decimal): -14925818 or 409628. OLE color: 409628.

HSL color Cylindrical-coordinate representation of color #1C4006: hue angle of 97.24º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C4006 is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB28646-
CMYK0.5600.910.75
HSL97.24º82.86%13.73%-
HSV(B)97.24º90.62%25.1%-
XYZ2.353.930.81-
YUV46.62105.07114.72-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 28.57%
GREEN value IS 64 (25.39% from 255) = 65.31%
BLUE value IS 6 (2.73% from 255) = 6.12%
R=28.57%
G=65.31%
B=6.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal286460.5600.910.7597.2482.8613.73
Hex1C4063805B4B6153e
Octal34100670013311314112316
Binary111001000000110111000010110111001011110000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,64,6); }

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

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

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

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

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

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

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