#214625

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

Shades of Myrtle #214625

Tints of Myrtle #214625

Color information

#214625 (or 0x214625) is unknown color: approx Myrtle. HEX triplet: 21, 46 and 25. RGB value is (33,70,37). Sum of RGB (Red+Green+Blue) = 33+70+37=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #214625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214625 is #DEB9DA. Grayscale: #373737. Windows color (decimal): -14596571 or 2442785. OLE color: 2442785.

HSL color Cylindrical-coordinate representation of color #214625: hue angle of 126.49º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #214625 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB337037-
CMYK0.5300.470.73
HSL126.49º35.92%20.2%-
HSV(B)126.49º52.86%27.45%-
XYZ3.154.842.52-
YUV55.18117.74112.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.57%
GREEN value IS 70 (27.73% from 255) = 50%
BLUE value IS 37 (14.84% from 255) = 26.43%
R=23.57%
G=50%
B=26.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3370370.5300.470.73126.4935.9220.2
Hex2146253502F497e2414
Octal4110645650571111764424
Binary100001100011010010111010101011111001001111111010010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214625; }

 p { color: rgb(33,70,37); }

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

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

 a { background-color: rgb(33,70,37); }

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

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

 span { border-color: rgb(33,70,37); }

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