#275720

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

Shades of Myrtle #275720

Tints of Myrtle #275720

Color information

#275720 (or 0x275720) is unknown color: approx Myrtle. HEX triplet: 27, 57 and 20. RGB value is (39,87,32). Sum of RGB (Red+Green+Blue) = 39+87+32=158 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.68% from 158); Green value is 87 (34.38% from 255 or 55.06% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 87 - color contains mainly: green. Hex color #275720 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275720 is #D8A8DF. Grayscale: #424242. Windows color (decimal): -14199008 or 2119463. OLE color: 2119463.

HSL color Cylindrical-coordinate representation of color #275720: hue angle of 112.36º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #275720 is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB398732-
CMYK0.5500.630.66
HSL112.36º46.22%23.33%-
HSV(B)112.36º63.22%34.12%-
XYZ4.517.352.55-
YUV66.38108.6108.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.68%
GREEN value IS 87 (34.38% from 255) = 55.06%
BLUE value IS 32 (12.89% from 255) = 20.25%
R=24.68%
G=55.06%
B=20.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3987320.5500.630.66112.3646.2223.33
Hex2757203703F42702e17
Octal4712740670771021605627
Binary100111101011110000011011101111111000010111000010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275720; }

 p { color: rgb(39,87,32); }

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

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

 a { background-color: rgb(39,87,32); }

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

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

 span { border-color: rgb(39,87,32); }

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