#264920

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

Shades of Myrtle #264920

Tints of Myrtle #264920

Color information

#264920 (or 0x264920) is unknown color: approx Myrtle. HEX triplet: 26, 49 and 20. RGB value is (38,73,32). Sum of RGB (Red+Green+Blue) = 38+73+32=143 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.57% from 143); Green value is 73 (28.91% from 255 or 51.05% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 73 - color contains mainly: green. Hex color #264920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264920 is #D9B6DF. Grayscale: #393939. Windows color (decimal): -14268128 or 2115878. OLE color: 2115878.

HSL color Cylindrical-coordinate representation of color #264920: hue angle of 111.22º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #264920 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB387332-
CMYK0.4800.560.71
HSL111.22º39.05%20.59%-
HSV(B)111.22º56.16%28.63%-
XYZ3.445.282.2-
YUV57.86113.4113.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.57%
GREEN value IS 73 (28.91% from 255) = 51.05%
BLUE value IS 32 (12.89% from 255) = 22.38%
R=26.57%
G=51.05%
B=22.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3873320.4800.560.71111.2239.0520.59
Hex26492030038476f2715
Octal4611140600701071574725
Binary100110100100110000011000001110001000111110111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264920; }

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

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

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

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

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

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

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

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