#265420

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

Shades of Myrtle #265420

Tints of Myrtle #265420

Color information

#265420 (or 0x265420) is unknown color: approx Myrtle. HEX triplet: 26, 54 and 20. RGB value is (38,84,32). Sum of RGB (Red+Green+Blue) = 38+84+32=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 84 (33.20% from 255 or 54.55% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 84 - color contains mainly: green. Hex color #265420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265420 is #D9ABDF. Grayscale: #404040. Windows color (decimal): -14265312 or 2118694. OLE color: 2118694.

HSL color Cylindrical-coordinate representation of color #265420: hue angle of 113.08º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #265420 is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB388432-
CMYK0.5500.620.67
HSL113.08º44.83%22.75%-
HSV(B)113.08º61.9%32.94%-
XYZ4.236.862.47-
YUV64.32109.76109.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.68%
GREEN value IS 84 (33.20% from 255) = 54.55%
BLUE value IS 32 (12.89% from 255) = 20.78%
R=24.68%
G=54.55%
B=20.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3884320.5500.620.67113.0844.8322.75
Hex2654203703E43712d17
Octal4612440670761031615527
Binary100110101010010000011011101111101000011111000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265420; }

 p { color: rgb(38,84,32); }

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

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

 a { background-color: rgb(38,84,32); }

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

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

 span { border-color: rgb(38,84,32); }

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