#27401D

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

Shades of Myrtle #27401D

Tints of Myrtle #27401D

Color information

#27401D (or 0x27401D) is unknown color: approx Myrtle. HEX triplet: 27, 40 and 1D. RGB value is (39,64,29). Sum of RGB (Red+Green+Blue) = 39+64+29=132 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.55% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #27401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27401D is #D8BFE2. Grayscale: #343434. Windows color (decimal): -14204899 or 1916967. OLE color: 1916967.

HSL color Cylindrical-coordinate representation of color #27401D: hue angle of 102.86º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #27401D is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB396429-
CMYK0.3900.550.75
HSL102.86º37.63%18.24%-
HSV(B)102.86º54.69%25.1%-
XYZ2.894.191.82-
YUV52.54114.72118.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.55%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 29 (11.72% from 255) = 21.97%
R=29.55%
G=48.48%
B=21.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3964290.3900.550.75102.8637.6318.24
Hex27401D270374B672612
Octal4710035470671131474622
Binary10011110000001110110011101101111001011110011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27401D; }

 p { color: rgb(39,64,29); }

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

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

 a { background-color: rgb(39,64,29); }

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

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

 span { border-color: rgb(39,64,29); }

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