#215C0D

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

Shades of Myrtle #215C0D

Tints of Myrtle #215C0D

Color information

#215C0D (or 0x215C0D) is unknown color: approx Myrtle. HEX triplet: 21, 5C and 0D. RGB value is (33,92,13). Sum of RGB (Red+Green+Blue) = 33+92+13=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 92 (36.33% from 255 or 66.67% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 92 - color contains mainly: green. Hex color #215C0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215C0D is #DEA3F2. Grayscale: #414141. Windows color (decimal): -14590963 or 875553. OLE color: 875553.

HSL color Cylindrical-coordinate representation of color #215C0D: hue angle of 104.81º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #215C0D is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB339213-
CMYK0.6400.860.64
HSL104.81º75.24%20.59%-
HSV(B)104.81º85.87%36.08%-
XYZ4.538.011.69-
YUV65.3598.45104.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.91%
GREEN value IS 92 (36.33% from 255) = 66.67%
BLUE value IS 13 (5.47% from 255) = 9.42%
R=23.91%
G=66.67%
B=9.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3392130.6400.860.64104.8175.2420.59
Hex215CD4005640694b15
Octal4113415100012610015111325
Binary1000011011100110110000000101011010000001101001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215C0D; }

 p { color: rgb(33,92,13); }

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

<style>
 a { background-color: #215C0D; }

 a { background-color: rgb(33,92,13); }

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

<style>
 span { border-color: #215C0D; }

 span { border-color: rgb(33,92,13); }

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