#265021

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

Shades of Myrtle #265021

Tints of Myrtle #265021

Color information

#265021 (or 0x265021) is unknown color: approx Myrtle. HEX triplet: 26, 50 and 21. RGB value is (38,80,33). Sum of RGB (Red+Green+Blue) = 38+80+33=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #265021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265021 is #D9AFDE. Grayscale: #3E3E3E. Windows color (decimal): -14266335 or 2183206. OLE color: 2183206.

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

Color convert

RGB388033-
CMYK0.5200.590.69
HSL113.62º41.59%22.16%-
HSV(B)113.62º58.75%31.37%-
XYZ3.946.262.44-
YUV62.08111.59110.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.17%
GREEN value IS 80 (31.64% from 255) = 52.98%
BLUE value IS 33 (13.28% from 255) = 21.85%
R=25.17%
G=52.98%
B=21.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3880330.5200.590.69113.6241.5922.16
Hex2650213403B45722a16
Octal4612041640731051625226
Binary100110101000010000111010001110111000101111001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265021; }

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

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

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

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

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

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

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

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