#245021

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

Shades of Myrtle #245021

Tints of Myrtle #245021

Color information

#245021 (or 0x245021) is unknown color: approx Myrtle. HEX triplet: 24, 50 and 21. RGB value is (36,80,33). Sum of RGB (Red+Green+Blue) = 36+80+33=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #245021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245021 is #DBAFDE. Grayscale: #3D3D3D. Windows color (decimal): -14397407 or 2183204. OLE color: 2183204.

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

Color convert

RGB368033-
CMYK0.5500.590.69
HSL116.17º41.59%22.16%-
HSV(B)116.17º58.75%31.37%-
XYZ3.876.222.44-
YUV61.49111.92109.82-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24.16%
GREEN value IS 80 (31.64% from 255) = 53.69%
BLUE value IS 33 (13.28% from 255) = 22.15%
R=24.16%
G=53.69%
B=22.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3680330.5500.590.69116.1741.5922.16
Hex2450213703B45742a16
Octal4412041670731051645226
Binary100100101000010000111011101110111000101111010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245021; }

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

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

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

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

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

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

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

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