#27530B

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

Shades of Myrtle #27530B

Tints of Myrtle #27530B

Color information

#27530B (or 0x27530B) is unknown color: approx Myrtle. HEX triplet: 27, 53 and 0B. RGB value is (39,83,11). Sum of RGB (Red+Green+Blue) = 39+83+11=133 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.32% from 133); Green value is 83 (32.81% from 255 or 62.41% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 83 - color contains mainly: green. Hex color #27530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #27530B is #D8ACF4. Grayscale: #3D3D3D. Windows color (decimal): -14200053 or 742183. OLE color: 742183.

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

Color convert

RGB398311-
CMYK0.5300.870.67
HSL96.67º76.6%18.43%-
HSV(B)96.67º86.75%32.55%-
XYZ3.996.641.39-
YUV61.6499.42111.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.32%
GREEN value IS 83 (32.81% from 255) = 62.41%
BLUE value IS 11 (4.69% from 255) = 8.27%
R=29.32%
G=62.41%
B=8.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3983110.5300.870.6796.6776.618.43
Hex2753B3505743614d12
Octal471231365012710314111522
Binary100111101001110111101010101011110000111100001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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