#254214

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

Shades of Myrtle #254214

Tints of Myrtle #254214

Color information

#254214 (or 0x254214) is unknown color: approx Myrtle. HEX triplet: 25, 42 and 14. RGB value is (37,66,20). Sum of RGB (Red+Green+Blue) = 37+66+20=123 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.08% from 123); Green value is 66 (26.17% from 255 or 53.66% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 66 - color contains mainly: green. Hex color #254214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254214 is #DABDEB. Grayscale: #343434. Windows color (decimal): -14335468 or 1327653. OLE color: 1327653.

HSL color Cylindrical-coordinate representation of color #254214: hue angle of 97.83º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #254214 is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB376620-
CMYK0.4400.700.74
HSL97.83º53.49%16.86%-
HSV(B)97.83º69.7%25.88%-
XYZ2.844.341.35-
YUV52.08109.89117.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.08%
GREEN value IS 66 (26.17% from 255) = 53.66%
BLUE value IS 20 (8.20% from 255) = 16.26%
R=30.08%
G=53.66%
B=16.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3766200.4400.700.7497.8353.4916.86
Hex2542142C0464A623511
Octal45102245401061121426521
Binary100101100001010100101100010001101001010110001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254214; }

 p { color: rgb(37,66,20); }

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

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

 a { background-color: rgb(37,66,20); }

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

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

 span { border-color: rgb(37,66,20); }

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