#275026

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

Shades of Myrtle #275026

Tints of Myrtle #275026

Color information

#275026 (or 0x275026) is unknown color: approx Myrtle. HEX triplet: 27, 50 and 26. RGB value is (39,80,38). Sum of RGB (Red+Green+Blue) = 39+80+38=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #275026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275026 is #D8AFD9. Grayscale: #3F3F3F. Windows color (decimal): -14200794 or 2510887. OLE color: 2510887.

HSL color Cylindrical-coordinate representation of color #275026: hue angle of 118.57º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #275026 is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB398038-
CMYK0.5100.520.69
HSL118.57º35.59%23.14%-
HSV(B)118.57º52.5%31.37%-
XYZ4.066.312.84-
YUV62.95113.92110.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.84%
GREEN value IS 80 (31.64% from 255) = 50.96%
BLUE value IS 38 (15.23% from 255) = 24.20%
R=24.84%
G=50.96%
B=24.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3980380.5100.520.69118.5735.5923.14
Hex2750263303445772417
Octal4712046630641051674427
Binary100111101000010011011001101101001000101111011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275026; }

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

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

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

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

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

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

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

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