#214010

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

Shades of Myrtle #214010

Tints of Myrtle #214010

Color information

#214010 (or 0x214010) is unknown color: approx Myrtle. HEX triplet: 21, 40 and 10. RGB value is (33,64,16). Sum of RGB (Red+Green+Blue) = 33+64+16=113 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.20% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #214010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214010 is #DEBFEF. Grayscale: #313131. Windows color (decimal): -14598128 or 1064993. OLE color: 1064993.

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

Color convert

RGB336416-
CMYK0.4800.750.75
HSL98.75º60%15.69%-
HSV(B)98.75º75%25.1%-
XYZ2.554.031.13-
YUV49.26109.23116.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.20%
GREEN value IS 64 (25.39% from 255) = 56.64%
BLUE value IS 16 (6.64% from 255) = 14.16%
R=29.20%
G=56.64%
B=14.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3364160.4800.750.7598.756015.69
Hex2140103004B4B633c10
Octal41100206001131131437420
Binary100001100000010000110000010010111001011110001111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214010; }

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

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

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

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

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

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

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

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