#245013

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

Shades of Myrtle #245013

Tints of Myrtle #245013

Color information

#245013 (or 0x245013) is unknown color: approx Myrtle. HEX triplet: 24, 50 and 13. RGB value is (36,80,19). Sum of RGB (Red+Green+Blue) = 36+80+19=135 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.67% from 135); Green value is 80 (31.64% from 255 or 59.26% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 80 - color contains mainly: green. Hex color #245013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #245013 is #DBAFEC. Grayscale: #3C3C3C. Windows color (decimal): -14397421 or 1265700. OLE color: 1265700.

HSL color Cylindrical-coordinate representation of color #245013: hue angle of 103.28º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245013 is Cyan = 0.55, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB368019-
CMYK0.5500.760.69
HSL103.28º61.62%19.41%-
HSV(B)103.28º76.25%31.37%-
XYZ3.716.161.61-
YUV59.89104.92110.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 26.67%
GREEN value IS 80 (31.64% from 255) = 59.26%
BLUE value IS 19 (7.81% from 255) = 14.07%
R=26.67%
G=59.26%
B=14.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3680190.5500.760.69103.2861.6219.41
Hex2450133704C45673e13
Octal44120236701141051477623
Binary100100101000010011110111010011001000101110011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245013; }

 p { color: rgb(36,80,19); }

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

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

 a { background-color: rgb(36,80,19); }

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

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

 span { border-color: rgb(36,80,19); }

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