#275C20

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

Shades of Myrtle #275C20

Tints of Myrtle #275C20

Color information

#275C20 (or 0x275C20) is unknown color: approx Myrtle. HEX triplet: 27, 5C and 20. RGB value is (39,92,32). Sum of RGB (Red+Green+Blue) = 39+92+32=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 92 (36.33% from 255 or 56.44% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 92 - color contains mainly: green. Hex color #275C20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275C20 is #D8A3DF. Grayscale: #454545. Windows color (decimal): -14197728 or 2120743. OLE color: 2120743.

HSL color Cylindrical-coordinate representation of color #275C20: hue angle of 113º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #275C20 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.

Color convert

RGB399232-
CMYK0.5800.650.64
HSL113º48.39%24.31%-
HSV(B)113º65.22%36.08%-
XYZ4.928.192.69-
YUV69.31106.94106.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.93%
GREEN value IS 92 (36.33% from 255) = 56.44%
BLUE value IS 32 (12.89% from 255) = 19.63%
R=23.93%
G=56.44%
B=19.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3992320.5800.650.6411348.3924.31
Hex275C203A04140713018
Octal47134407201011001616030
Binary1001111011100100000111010010000011000000111000111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275C20; }

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

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

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

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

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

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

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

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