#21481C

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

Shades of Myrtle #21481C

Tints of Myrtle #21481C

Color information

#21481C (or 0x21481C) is unknown color: approx Myrtle. HEX triplet: 21, 48 and 1C. RGB value is (33,72,28). Sum of RGB (Red+Green+Blue) = 33+72+28=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #21481C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21481C is #DEB7E3. Grayscale: #373737. Windows color (decimal): -14596068 or 1853473. OLE color: 1853473.

HSL color Cylindrical-coordinate representation of color #21481C: hue angle of 113.18º 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 #21481C is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB337228-
CMYK0.5400.610.72
HSL113.18º44%19.61%-
HSV(B)113.18º61.11%28.24%-
XYZ3.155.041.91-
YUV55.32112.58112.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.81%
GREEN value IS 72 (28.52% from 255) = 54.14%
BLUE value IS 28 (11.33% from 255) = 21.05%
R=24.81%
G=54.14%
B=21.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3372280.5400.610.72113.184419.61
Hex21481C3603D48712c14
Octal4111034660751101615424
Binary10000110010001110011011001111011001000111000110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21481C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21481C; }

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

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

<style>
 a { background-color: #21481C; }

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

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

<style>
 span { border-color: #21481C; }

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

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