#275D19

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

Shades of Myrtle #275D19

Tints of Myrtle #275D19

Color information

#275D19 (or 0x275D19) is unknown color: approx Myrtle. HEX triplet: 27, 5D and 19. RGB value is (39,93,25). Sum of RGB (Red+Green+Blue) = 39+93+25=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 93 (36.72% from 255 or 59.24% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 93 - color contains mainly: green. Hex color #275D19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275D19 is #D8A2E6. Grayscale: #454545. Windows color (decimal): -14197479 or 1662247. OLE color: 1662247.

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

Color convert

RGB399325-
CMYK0.5800.730.64
HSL107.65º57.63%23.14%-
HSV(B)107.65º73.12%36.47%-
XYZ4.938.332.27-
YUV69.1103.11106.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.84%
GREEN value IS 93 (36.72% from 255) = 59.24%
BLUE value IS 25 (10.16% from 255) = 15.92%
R=24.84%
G=59.24%
B=15.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3993250.5800.730.64107.6557.6323.14
Hex275D193A049406c3a17
Octal47135317201111001547227
Binary100111101110111001111010010010011000000110110011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,93,25); }

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

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

 a { background-color: rgb(39,93,25); }

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

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

 span { border-color: rgb(39,93,25); }

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