#275015

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

Shades of Myrtle #275015

Tints of Myrtle #275015

Color information

#275015 (or 0x275015) is unknown color: approx Myrtle. HEX triplet: 27, 50 and 15. RGB value is (39,80,21). Sum of RGB (Red+Green+Blue) = 39+80+21=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 80 (31.64% from 255 or 57.14% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 80 - color contains mainly: green. Hex color #275015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275015 is #D8AFEA. Grayscale: #3D3D3D. Windows color (decimal): -14200811 or 1396775. OLE color: 1396775.

HSL color Cylindrical-coordinate representation of color #275015: hue angle of 101.69º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #275015 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB398021-
CMYK0.5100.740.69
HSL101.69º58.42%19.8%-
HSV(B)101.69º73.75%31.37%-
XYZ3.846.221.71-
YUV61.01105.42112.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.86%
GREEN value IS 80 (31.64% from 255) = 57.14%
BLUE value IS 21 (8.59% from 255) = 15%
R=27.86%
G=57.14%
B=15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3980210.5100.740.69101.6958.4219.8
Hex2750153304A45663a14
Octal47120256301121051467224
Binary100111101000010101110011010010101000101110011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275015; }

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

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

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

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

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

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

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

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