#255320

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

Shades of Myrtle #255320

Tints of Myrtle #255320

Color information

#255320 (or 0x255320) is unknown color: approx Myrtle. HEX triplet: 25, 53 and 20. RGB value is (37,83,32). Sum of RGB (Red+Green+Blue) = 37+83+32=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #255320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255320 is #DAACDF. Grayscale: #3F3F3F. Windows color (decimal): -14331104 or 2118437. OLE color: 2118437.

HSL color Cylindrical-coordinate representation of color #255320: hue angle of 114.12º 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 #255320 is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB378332-
CMYK0.5500.610.67
HSL114.12º44.35%22.55%-
HSV(B)114.12º61.45%32.55%-
XYZ4.126.682.44-
YUV63.43110.26109.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.34%
GREEN value IS 83 (32.81% from 255) = 54.61%
BLUE value IS 32 (12.89% from 255) = 21.05%
R=24.34%
G=54.61%
B=21.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3783320.5500.610.67114.1244.3522.55
Hex2553203703D43722c17
Octal4512340670751031625427
Binary100101101001110000011011101111011000011111001010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255320; }

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

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

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

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

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

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

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

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