#27500B

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

Shades of Myrtle #27500B

Tints of Myrtle #27500B

Color information

#27500B (or 0x27500B) is unknown color: approx Myrtle. HEX triplet: 27, 50 and 0B. RGB value is (39,80,11). Sum of RGB (Red+Green+Blue) = 39+80+11=130 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30% from 130); Green value is 80 (31.64% from 255 or 61.54% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 80 - color contains mainly: green. Hex color #27500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #27500B is #D8AFF4. Grayscale: #3C3C3C. Windows color (decimal): -14200821 or 741415. OLE color: 741415.

HSL color Cylindrical-coordinate representation of color #27500B: hue angle of 95.65º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #27500B is Cyan = 0.51, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB398011-
CMYK0.5100.860.69
HSL95.65º75.82%17.84%-
HSV(B)95.65º86.25%31.37%-
XYZ3.776.191.31-
YUV59.87100.42113.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 30%
GREEN value IS 80 (31.64% from 255) = 61.54%
BLUE value IS 11 (4.69% from 255) = 8.46%
R=30%
G=61.54%
B=8.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3980110.5100.860.6995.6575.8217.84
Hex2750B3305645604c12
Octal471201363012610514011422
Binary100111101000010111100110101011010001011100000100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27500B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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