#254020

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

Shades of Myrtle #254020

Tints of Myrtle #254020

Color information

#254020 (or 0x254020) is unknown color: approx Myrtle. HEX triplet: 25, 40 and 20. RGB value is (37,64,32). Sum of RGB (Red+Green+Blue) = 37+64+32=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #254020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254020 is #DABFDF. Grayscale: #343434. Windows color (decimal): -14335968 or 2113573. OLE color: 2113573.

HSL color Cylindrical-coordinate representation of color #254020: hue angle of 110.62º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #254020 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB376432-
CMYK0.4200.500.75
HSL110.62º33.33%18.82%-
HSV(B)110.62º50%25.1%-
XYZ2.864.162.02-
YUV52.28116.55117.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.82%
GREEN value IS 64 (25.39% from 255) = 48.12%
BLUE value IS 32 (12.89% from 255) = 24.06%
R=27.82%
G=48.12%
B=24.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3764320.4200.500.75110.6233.3318.82
Hex2540202A0324B6f2113
Octal4510040520621131574123
Binary100101100000010000010101001100101001011110111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254020; }

 p { color: rgb(37,64,32); }

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

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

 a { background-color: rgb(37,64,32); }

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

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

 span { border-color: rgb(37,64,32); }

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