#1C6216

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

Shades of Myrtle #1C6216

Tints of Myrtle #1C6216

Color information

#1C6216 (or 0x1C6216) is unknown color: approx Myrtle. HEX triplet: 1C, 62 and 16. RGB value is (28,98,22). Sum of RGB (Red+Green+Blue) = 28+98+22=148 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.92% from 148); Green value is 98 (38.67% from 255 or 66.22% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 98 - color contains mainly: green. Hex color #1C6216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C6216 is #E39DE9. Grayscale: #444444. Windows color (decimal): -14917098 or 1466908. OLE color: 1466908.

HSL color Cylindrical-coordinate representation of color #1C6216: hue angle of 115.26º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C6216 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB289822-
CMYK0.7100.780.62
HSL115.26º63.33%23.53%-
HSV(B)115.26º77.55%38.43%-
XYZ4.999.042.24-
YUV68.41101.8199.18-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.92%
GREEN value IS 98 (38.67% from 255) = 66.22%
BLUE value IS 22 (8.98% from 255) = 14.86%
R=18.92%
G=66.22%
B=14.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2898220.7100.780.62115.2663.3323.53
Hex1C62164704E3E733f18
Octal34142261070116761637730
Binary11100110001010110100011101001110111110111001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,98,22); }

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

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

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

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

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

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

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