#27481F

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

Shades of Myrtle #27481F

Tints of Myrtle #27481F

Color information

#27481F (or 0x27481F) is unknown color: approx Myrtle. HEX triplet: 27, 48 and 1F. RGB value is (39,72,31). Sum of RGB (Red+Green+Blue) = 39+72+31=142 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.46% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #27481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27481F is #D8B7E0. Grayscale: #393939. Windows color (decimal): -14202849 or 2050087. OLE color: 2050087.

HSL color Cylindrical-coordinate representation of color #27481F: hue angle of 108.29º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #27481F is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB397231-
CMYK0.4600.570.72
HSL108.29º39.81%20.2%-
HSV(B)108.29º56.94%28.24%-
XYZ3.45.162.11-
YUV57.46113.07114.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.46%
GREEN value IS 72 (28.52% from 255) = 50.70%
BLUE value IS 31 (12.5% from 255) = 21.83%
R=27.46%
G=50.70%
B=21.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3972310.4600.570.72108.2939.8120.2
Hex27481F2E039486c2814
Octal4711037560711101545024
Binary10011110010001111110111001110011001000110110010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27481F; }

 p { color: rgb(39,72,31); }

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

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

 a { background-color: rgb(39,72,31); }

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

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

 span { border-color: rgb(39,72,31); }

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