#27500F

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

Shades of Myrtle #27500F

Tints of Myrtle #27500F

Color information

#27500F (or 0x27500F) is unknown color: approx Myrtle. HEX triplet: 27, 50 and 0F. RGB value is (39,80,15). Sum of RGB (Red+Green+Blue) = 39+80+15=134 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.10% from 134); Green value is 80 (31.64% from 255 or 59.70% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 80 - color contains mainly: green. Hex color #27500F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #27500F is #D8AFF0. Grayscale: #3C3C3C. Windows color (decimal): -14200817 or 1003559. OLE color: 1003559.

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

Color convert

RGB398015-
CMYK0.5100.810.69
HSL97.85º68.42%18.63%-
HSV(B)97.85º81.25%31.37%-
XYZ3.796.21.45-
YUV60.33102.42112.79-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 29.10%
GREEN value IS 80 (31.64% from 255) = 59.70%
BLUE value IS 15 (6.25% from 255) = 11.19%
R=29.10%
G=59.70%
B=11.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3980150.5100.810.6997.8568.4218.63
Hex2750F3305145624413
Octal471201763012110514210423
Binary100111101000011111100110101000110001011100010100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27500F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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