#254B13

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

Shades of Myrtle #254B13

Tints of Myrtle #254B13

Color information

#254B13 (or 0x254B13) is unknown color: approx Myrtle. HEX triplet: 25, 4B and 13. RGB value is (37,75,19). Sum of RGB (Red+Green+Blue) = 37+75+19=131 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.24% from 131); Green value is 75 (29.69% from 255 or 57.25% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 75 - color contains mainly: green. Hex color #254B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254B13 is #DAB4EC. Grayscale: #393939. Windows color (decimal): -14333165 or 1264421. OLE color: 1264421.

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

Color convert

RGB377519-
CMYK0.5100.750.71
HSL100.71º59.57%18.43%-
HSV(B)100.71º74.67%29.41%-
XYZ3.45.471.49-
YUV57.25106.41113.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 28.24%
GREEN value IS 75 (29.69% from 255) = 57.25%
BLUE value IS 19 (7.81% from 255) = 14.50%
R=28.24%
G=57.25%
B=14.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3775190.5100.750.71100.7159.5718.43
Hex254B133304B47653c12
Octal45113236301131071457422
Binary100101100101110011110011010010111000111110010111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,75,19); }

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

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

 a { background-color: rgb(37,75,19); }

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

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

 span { border-color: rgb(37,75,19); }

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