#275211

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

Shades of Myrtle #275211

Tints of Myrtle #275211

Color information

#275211 (or 0x275211) is unknown color: approx Myrtle. HEX triplet: 27, 52 and 11. RGB value is (39,82,17). Sum of RGB (Red+Green+Blue) = 39+82+17=138 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.26% from 138); Green value is 82 (32.42% from 255 or 59.42% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 82 - color contains mainly: green. Hex color #275211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275211 is #D8ADEE. Grayscale: #3D3D3D. Windows color (decimal): -14200303 or 1135143. OLE color: 1135143.

HSL color Cylindrical-coordinate representation of color #275211: hue angle of 99.69º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #275211 is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB398217-
CMYK0.5200.790.68
HSL99.69º65.66%19.41%-
HSV(B)99.69º79.27%32.16%-
XYZ3.966.511.58-
YUV61.73102.75111.79-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.26%
GREEN value IS 82 (32.42% from 255) = 59.42%
BLUE value IS 17 (7.03% from 255) = 12.32%
R=28.26%
G=59.42%
B=12.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3982170.5200.790.6899.6965.6619.41
Hex2752113404F44644213
Octal471222164011710414410223
Binary1001111010010100011101000100111110001001100100100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275211; }

 p { color: rgb(39,82,17); }

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

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

 a { background-color: rgb(39,82,17); }

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

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

 span { border-color: rgb(39,82,17); }

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