#275016

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

Shades of Myrtle #275016

Tints of Myrtle #275016

Color information

#275016 (or 0x275016) is unknown color: approx Myrtle. HEX triplet: 27, 50 and 16. RGB value is (39,80,22). Sum of RGB (Red+Green+Blue) = 39+80+22=141 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.66% from 141); Green value is 80 (31.64% from 255 or 56.74% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 80 - color contains mainly: green. Hex color #275016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #275016 is #D8AFE9. Grayscale: #3D3D3D. Windows color (decimal): -14200810 or 1462311. OLE color: 1462311.

HSL color Cylindrical-coordinate representation of color #275016: hue angle of 102.41º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #275016 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB398022-
CMYK0.5100.720.69
HSL102.41º56.86%20%-
HSV(B)102.41º72.5%31.37%-
XYZ3.856.231.76-
YUV61.13105.92112.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.66%
GREEN value IS 80 (31.64% from 255) = 56.74%
BLUE value IS 22 (8.98% from 255) = 15.60%
R=27.66%
G=56.74%
B=15.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3980220.5100.720.69102.4156.8620
Hex2750163304845663914
Octal47120266301101051467124
Binary100111101000010110110011010010001000101110011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275016; }

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

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

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

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

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

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

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

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