#275C15

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

Shades of Myrtle #275C15

Tints of Myrtle #275C15

Color information

#275C15 (or 0x275C15) is unknown color: approx Myrtle. HEX triplet: 27, 5C and 15. RGB value is (39,92,21). Sum of RGB (Red+Green+Blue) = 39+92+21=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 92 (36.33% from 255 or 60.53% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 92 - color contains mainly: green. Hex color #275C15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275C15 is #D8A3EA. Grayscale: #444444. Windows color (decimal): -14197739 or 1399847. OLE color: 1399847.

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

Color convert

RGB399221-
CMYK0.5800.770.64
HSL104.79º62.83%22.16%-
HSV(B)104.79º77.17%36.08%-
XYZ4.88.142.03-
YUV68.06101.44107.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.66%
GREEN value IS 92 (36.33% from 255) = 60.53%
BLUE value IS 21 (8.59% from 255) = 13.82%
R=25.66%
G=60.53%
B=13.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3992210.5800.770.64104.7962.8322.16
Hex275C153A04D40693f16
Octal47134257201151001517726
Binary100111101110010101111010010011011000000110100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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