#254C0E

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

Shades of Myrtle #254C0E

Tints of Myrtle #254C0E

Color information

#254C0E (or 0x254C0E) is unknown color: approx Myrtle. HEX triplet: 25, 4C and 0E. RGB value is (37,76,14). Sum of RGB (Red+Green+Blue) = 37+76+14=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 76 (30.08% from 255 or 59.84% from 127); Blue value is 14 (5.86% from 255 or 11.02% from 127); Max value from RGB is 76 - color contains mainly: green. Hex color #254C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254C0E is #DAB3F1. Grayscale: #393939. Windows color (decimal): -14332914 or 936997. OLE color: 936997.

HSL color Cylindrical-coordinate representation of color #254C0E: hue angle of 97.74º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #254C0E is Cyan = 0.51, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.70.

Color convert

RGB377614-
CMYK0.5100.820.70
HSL97.74º68.89%17.65%-
HSV(B)97.74º81.58%29.8%-
XYZ3.435.591.31-
YUV57.27103.58113.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.13%
GREEN value IS 76 (30.08% from 255) = 59.84%
BLUE value IS 14 (5.86% from 255) = 11.02%
R=29.13%
G=59.84%
B=11.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3776140.5100.820.7097.7468.8917.65
Hex254CE3305246624512
Octal451141663012210614210522
Binary100101100110011101100110101001010001101100010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,76,14); }

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

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

 a { background-color: rgb(37,76,14); }

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

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

 span { border-color: rgb(37,76,14); }

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