#254A14

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

Shades of Myrtle #254A14

Tints of Myrtle #254A14

Color information

#254A14 (or 0x254A14) is unknown color: approx Myrtle. HEX triplet: 25, 4A and 14. RGB value is (37,74,20). Sum of RGB (Red+Green+Blue) = 37+74+20=131 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.24% from 131); Green value is 74 (29.30% from 255 or 56.49% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 74 - color contains mainly: green. Hex color #254A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254A14 is #DAB5EB. Grayscale: #383838. Windows color (decimal): -14333420 or 1329701. OLE color: 1329701.

HSL color Cylindrical-coordinate representation of color #254A14: hue angle of 101.11º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #254A14 is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB377420-
CMYK0.5000.730.71
HSL101.11º57.45%18.43%-
HSV(B)101.11º72.97%29.02%-
XYZ3.345.341.52-
YUV56.78107.24113.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.24%
GREEN value IS 74 (29.30% from 255) = 56.49%
BLUE value IS 20 (8.20% from 255) = 15.27%
R=28.24%
G=56.49%
B=15.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3774200.5000.730.71101.1157.4518.43
Hex254A143204947653912
Octal45112246201111071457122
Binary100101100101010100110010010010011000111110010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254A14; }

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

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

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

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

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

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

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

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