#214B04

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

Shades of Myrtle #214B04

Tints of Myrtle #214B04

Color information

#214B04 (or 0x214B04) is unknown color: approx Myrtle. HEX triplet: 21, 4B and 04. RGB value is (33,75,4). Sum of RGB (Red+Green+Blue) = 33+75+4=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 75 (29.69% from 255 or 66.96% from 112); Blue value is 4 (1.95% from 255 or 3.57% from 112); Max value from RGB is 75 - color contains mainly: green. Hex color #214B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214B04 is #DEB4FB. Grayscale: #363636. Windows color (decimal): -14595324 or 281377. OLE color: 281377.

HSL color Cylindrical-coordinate representation of color #214B04: hue angle of 95.49º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #214B04 is Cyan = 0.56, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.71.

Color convert

RGB33754-
CMYK0.5600.950.71
HSL95.49º89.87%15.49%-
HSV(B)95.49º94.67%29.41%-
XYZ3.175.360.98-
YUV54.3599.59112.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.46%
GREEN value IS 75 (29.69% from 255) = 66.96%
BLUE value IS 4 (1.95% from 255) = 3.57%
R=29.46%
G=66.96%
B=3.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal337540.5600.950.7195.4989.8715.49
Hex214B43805F475f5af
Octal41113470013710713713217
Binary1000011001011100111000010111111000111101111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214B04; }

 p { color: rgb(33,75,4); }

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

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

 a { background-color: rgb(33,75,4); }

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

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

 span { border-color: rgb(33,75,4); }

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