#265028

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

Shades of Myrtle #265028

Tints of Myrtle #265028

Color information

#265028 (or 0x265028) is unknown color: approx Myrtle. HEX triplet: 26, 50 and 28. RGB value is (38,80,40). Sum of RGB (Red+Green+Blue) = 38+80+40=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #265028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265028 is #D9AFD7. Grayscale: #3E3E3E. Windows color (decimal): -14266328 or 2641958. OLE color: 2641958.

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

Color convert

RGB388040-
CMYK0.5200.50.69
HSL122.86º35.59%23.14%-
HSV(B)122.86º52.5%31.37%-
XYZ4.056.33.01-
YUV62.88115.09110.25-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.05%
GREEN value IS 80 (31.64% from 255) = 50.63%
BLUE value IS 40 (16.02% from 255) = 25.32%
R=24.05%
G=50.63%
B=25.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3880400.5200.50.69122.8635.5923.14
Hex26502834032457b2417
Octal4612050640621051734427
Binary100110101000010100011010001100101000101111101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265028; }

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

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

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

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

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

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

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

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