#254414

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

Shades of Myrtle #254414

Tints of Myrtle #254414

Color information

#254414 (or 0x254414) is unknown color: approx Myrtle. HEX triplet: 25, 44 and 14. RGB value is (37,68,20). Sum of RGB (Red+Green+Blue) = 37+68+20=125 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.6% from 125); Green value is 68 (26.95% from 255 or 54.4% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 68 - color contains mainly: green. Hex color #254414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254414 is #DABBEB. Grayscale: #353535. Windows color (decimal): -14334956 or 1328165. OLE color: 1328165.

HSL color Cylindrical-coordinate representation of color #254414: hue angle of 98.75º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #254414 is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB376820-
CMYK0.4600.710.73
HSL98.75º54.55%17.25%-
HSV(B)98.75º70.59%26.67%-
XYZ2.964.581.39-
YUV53.26109.23116.4-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.6%
GREEN value IS 68 (26.95% from 255) = 54.4%
BLUE value IS 20 (8.20% from 255) = 16%
R=29.6%
G=54.4%
B=16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3768200.4600.710.7398.7554.5517.25
Hex2544142E04749633711
Octal45104245601071111436721
Binary100101100010010100101110010001111001001110001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254414; }

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

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

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

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

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

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

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

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