#21400F

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

Shades of Myrtle #21400F

Tints of Myrtle #21400F

Color information

#21400F (or 0x21400F) is unknown color: approx Myrtle. HEX triplet: 21, 40 and 0F. RGB value is (33,64,15). Sum of RGB (Red+Green+Blue) = 33+64+15=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 64 (25.39% from 255 or 57.14% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 64 - color contains mainly: green. Hex color #21400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21400F is #DEBFF0. Grayscale: #313131. Windows color (decimal): -14598129 or 999457. OLE color: 999457.

HSL color Cylindrical-coordinate representation of color #21400F: hue angle of 97.96º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21400F is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB336415-
CMYK0.4800.770.75
HSL97.96º62.03%15.49%-
HSV(B)97.96º76.56%25.1%-
XYZ2.554.021.09-
YUV49.14108.73116.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.46%
GREEN value IS 64 (25.39% from 255) = 57.14%
BLUE value IS 15 (6.25% from 255) = 13.39%
R=29.46%
G=57.14%
B=13.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3364150.4800.770.7597.9662.0315.49
Hex2140F3004D4B623ef
Octal41100176001151131427617
Binary1000011000000111111000001001101100101111000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21400F; }

 p { color: rgb(33,64,15); }

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

<style>
 a { background-color: #21400F; }

 a { background-color: rgb(33,64,15); }

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

<style>
 span { border-color: #21400F; }

 span { border-color: rgb(33,64,15); }

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