#275225

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

Shades of Myrtle #275225

Tints of Myrtle #275225

Color information

#275225 (or 0x275225) is unknown color: approx Myrtle. HEX triplet: 27, 52 and 25. RGB value is (39,82,37). Sum of RGB (Red+Green+Blue) = 39+82+37=158 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.68% from 158); Green value is 82 (32.42% from 255 or 51.90% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 82 - color contains mainly: green. Hex color #275225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275225 is #D8ADDA. Grayscale: #404040. Windows color (decimal): -14200283 or 2445863. OLE color: 2445863.

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

Color convert

RGB398237-
CMYK0.5200.550.68
HSL117.33º37.82%23.33%-
HSV(B)117.33º54.88%32.16%-
XYZ4.196.62.8-
YUV64.01112.75110.16-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.68%
GREEN value IS 82 (32.42% from 255) = 51.90%
BLUE value IS 37 (14.84% from 255) = 23.42%
R=24.68%
G=51.90%
B=23.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3982370.5200.550.68117.3337.8223.33
Hex2752253403744752617
Octal4712245640671041654627
Binary100111101001010010111010001101111000100111010110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275225; }

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

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

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

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

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

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

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

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