#275221

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

Shades of Myrtle #275221

Tints of Myrtle #275221

Color information

#275221 (or 0x275221) is unknown color: approx Myrtle. HEX triplet: 27, 52 and 21. RGB value is (39,82,33). Sum of RGB (Red+Green+Blue) = 39+82+33=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 82 (32.42% from 255 or 53.25% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 82 - color contains mainly: green. Hex color #275221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275221 is #D8ADDE. Grayscale: #3F3F3F. Windows color (decimal): -14200287 or 2183719. OLE color: 2183719.

HSL color Cylindrical-coordinate representation of color #275221: hue angle of 112.65º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #275221 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB398233-
CMYK0.5200.600.68
HSL112.65º42.61%22.55%-
HSV(B)112.65º59.76%32.16%-
XYZ4.136.582.49-
YUV63.56110.75110.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.32%
GREEN value IS 82 (32.42% from 255) = 53.25%
BLUE value IS 33 (13.28% from 255) = 21.43%
R=25.32%
G=53.25%
B=21.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3982330.5200.600.68112.6542.6122.55
Hex2752213403C44712b17
Octal4712241640741041615327
Binary100111101001010000111010001111001000100111000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275221; }

 p { color: rgb(39,82,33); }

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

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

 a { background-color: rgb(39,82,33); }

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

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

 span { border-color: rgb(39,82,33); }

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