#214C1B

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

Shades of Myrtle #214C1B

Tints of Myrtle #214C1B

Color information

#214C1B (or 0x214C1B) is unknown color: approx Myrtle. HEX triplet: 21, 4C and 1B. RGB value is (33,76,27). Sum of RGB (Red+Green+Blue) = 33+76+27=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 76 (30.08% from 255 or 55.88% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 76 - color contains mainly: green. Hex color #214C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214C1B is #DEB3E4. Grayscale: #393939. Windows color (decimal): -14595045 or 1788961. OLE color: 1788961.

HSL color Cylindrical-coordinate representation of color #214C1B: hue angle of 112.65º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #214C1B is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.70.

Color convert

RGB337627-
CMYK0.5700.640.70
HSL112.65º47.57%20.2%-
HSV(B)112.65º64.47%29.8%-
XYZ3.415.571.93-
YUV57.56110.75110.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.26%
GREEN value IS 76 (30.08% from 255) = 55.88%
BLUE value IS 27 (10.94% from 255) = 19.85%
R=24.26%
G=55.88%
B=19.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3376270.5700.640.70112.6547.5720.2
Hex214C1B3904046713014
Octal41114337101001061616024
Binary100001100110011011111001010000001000110111000111000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,76,27); }

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

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

 a { background-color: rgb(33,76,27); }

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

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

 span { border-color: rgb(33,76,27); }

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