#27461F

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

Shades of Myrtle #27461F

Tints of Myrtle #27461F

Color information

#27461F (or 0x27461F) is unknown color: approx Myrtle. HEX triplet: 27, 46 and 1F. RGB value is (39,70,31). Sum of RGB (Red+Green+Blue) = 39+70+31=140 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.86% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #27461F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27461F is #D8B9E0. Grayscale: #383838. Windows color (decimal): -14203361 or 2049575. OLE color: 2049575.

HSL color Cylindrical-coordinate representation of color #27461F: hue angle of 107.69º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #27461F is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB397031-
CMYK0.4400.560.73
HSL107.69º38.61%19.8%-
HSV(B)107.69º55.71%27.45%-
XYZ3.274.912.07-
YUV56.28113.73115.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.86%
GREEN value IS 70 (27.73% from 255) = 50%
BLUE value IS 31 (12.5% from 255) = 22.14%
R=27.86%
G=50%
B=22.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3970310.4400.560.73107.6938.6119.8
Hex27461F2C038496c2714
Octal4710637540701111544724
Binary10011110001101111110110001110001001001110110010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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