#1C3215

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

Shades of Myrtle #1C3215

Tints of Myrtle #1C3215

Color information

#1C3215 (or 0x1C3215) is unknown color: approx Myrtle. HEX triplet: 1C, 32 and 15. RGB value is (28,50,21). Sum of RGB (Red+Green+Blue) = 28+50+21=99 (13% of max value = 765). Red value is 28 (11.33% from 255 or 28.28% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 21 (8.59% from 255 or 21.21% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #1C3215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3215 is #E3CDEA. Grayscale: #282828. Windows color (decimal): -14929387 or 1389084. OLE color: 1389084.

HSL color Cylindrical-coordinate representation of color #1C3215: hue angle of 105.52º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1C3215 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB285021-
CMYK0.4400.580.80
HSL105.52º40.85%13.92%-
HSV(B)105.52º58%19.61%-
XYZ1.752.581.12-
YUV40.12117.21119.36-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 28.28%
GREEN value IS 50 (19.92% from 255) = 50.51%
BLUE value IS 21 (8.59% from 255) = 21.21%
R=28.28%
G=50.51%
B=21.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2850210.4400.580.80105.5240.8513.92
Hex1C32152C03A506a29e
Octal346225540721201525116
Binary11100110010101011011000111010101000011010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,50,21); }

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

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

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

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

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

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

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