#27530A

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

Shades of Myrtle #27530A

Tints of Myrtle #27530A

Color information

#27530A (or 0x27530A) is unknown color: approx Myrtle. HEX triplet: 27, 53 and 0A. RGB value is (39,83,10). Sum of RGB (Red+Green+Blue) = 39+83+10=132 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.55% from 132); Green value is 83 (32.81% from 255 or 62.88% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 83 - color contains mainly: green. Hex color #27530A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #27530A is #D8ACF5. Grayscale: #3D3D3D. Windows color (decimal): -14200054 or 676647. OLE color: 676647.

HSL color Cylindrical-coordinate representation of color #27530A: hue angle of 96.16º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #27530A is Cyan = 0.53, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB398310-
CMYK0.5300.880.67
HSL96.16º78.49%18.24%-
HSV(B)96.16º87.95%32.55%-
XYZ3.986.641.36-
YUV61.5298.92111.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.55%
GREEN value IS 83 (32.81% from 255) = 62.88%
BLUE value IS 10 (4.30% from 255) = 7.58%
R=29.55%
G=62.88%
B=7.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3983100.5300.880.6796.1678.4918.24
Hex2753A3505843604e12
Octal471231265013010314011622
Binary100111101001110101101010101100010000111100000100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27530A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27530A; }

 p { color: rgb(39,83,10); }

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

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

 a { background-color: rgb(39,83,10); }

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

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

 span { border-color: rgb(39,83,10); }

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