#265027

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

Shades of Myrtle #265027

Tints of Myrtle #265027

Color information

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

HSL color Cylindrical-coordinate representation of color #265027: hue angle of 121.43º 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 #265027 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB388039-
CMYK0.5200.510.69
HSL121.43º35.59%23.14%-
HSV(B)121.43º52.5%31.37%-
XYZ4.036.32.92-
YUV62.77114.59110.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3880390.5200.510.69121.4335.5923.14
Hex2650273403345792417
Octal4612047640631051714427
Binary100110101000010011111010001100111000101111100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265027; }

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

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

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

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

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

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

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

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