#245320

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

Shades of Myrtle #245320

Tints of Myrtle #245320

Color information

#245320 (or 0x245320) is unknown color: approx Myrtle. HEX triplet: 24, 53 and 20. RGB value is (36,83,32). Sum of RGB (Red+Green+Blue) = 36+83+32=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #245320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245320 is #DBACDF. Grayscale: #3F3F3F. Windows color (decimal): -14396640 or 2118436. OLE color: 2118436.

HSL color Cylindrical-coordinate representation of color #245320: hue angle of 115.29º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #245320 is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB368332-
CMYK0.5700.610.67
HSL115.29º44.35%22.55%-
HSV(B)115.29º61.45%32.55%-
XYZ4.086.672.44-
YUV63.13110.43108.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 23.84%
GREEN value IS 83 (32.81% from 255) = 54.97%
BLUE value IS 32 (12.89% from 255) = 21.19%
R=23.84%
G=54.97%
B=21.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3683320.5700.610.67115.2944.3522.55
Hex2453203903D43732c17
Octal4412340710751031635427
Binary100100101001110000011100101111011000011111001110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245320; }

 p { color: rgb(36,83,32); }

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

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

 a { background-color: rgb(36,83,32); }

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

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

 span { border-color: rgb(36,83,32); }

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