#275216

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

Shades of Myrtle #275216

Tints of Myrtle #275216

Color information

#275216 (or 0x275216) is unknown color: approx Myrtle. HEX triplet: 27, 52 and 16. RGB value is (39,82,22). Sum of RGB (Red+Green+Blue) = 39+82+22=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 82 (32.42% from 255 or 57.34% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 82 - color contains mainly: green. Hex color #275216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275216 is #D8ADE9. Grayscale: #3E3E3E. Windows color (decimal): -14200298 or 1462823. OLE color: 1462823.

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

Color convert

RGB398222-
CMYK0.5200.730.68
HSL103º57.69%20.39%-
HSV(B)103º73.17%32.16%-
XYZ46.521.81-
YUV62.3105.25111.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.27%
GREEN value IS 82 (32.42% from 255) = 57.34%
BLUE value IS 22 (8.98% from 255) = 15.38%
R=27.27%
G=57.34%
B=15.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3982220.5200.730.6810357.6920.39
Hex2752163404944673a14
Octal47122266401111041477224
Binary100111101001010110110100010010011000100110011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275216; }

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

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

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

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

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

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

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

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