#264C20

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

Shades of Myrtle #264C20

Tints of Myrtle #264C20

Color information

#264C20 (or 0x264C20) is unknown color: approx Myrtle. HEX triplet: 26, 4C and 20. RGB value is (38,76,32). Sum of RGB (Red+Green+Blue) = 38+76+32=146 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.03% from 146); Green value is 76 (30.08% from 255 or 52.05% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 76 - color contains mainly: green. Hex color #264C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C20 is #D9B3DF. Grayscale: #3B3B3B. Windows color (decimal): -14267360 or 2116646. OLE color: 2116646.

HSL color Cylindrical-coordinate representation of color #264C20: hue angle of 111.82º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #264C20 is Cyan = 0.5, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB387632-
CMYK0.500.580.70
HSL111.82º40.74%21.18%-
HSV(B)111.82º57.89%29.8%-
XYZ3.645.692.27-
YUV59.62112.41112.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.03%
GREEN value IS 76 (30.08% from 255) = 52.05%
BLUE value IS 32 (12.89% from 255) = 21.92%
R=26.03%
G=52.05%
B=21.92%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3876320.500.580.70111.8240.7421.18
Hex264C203203A46702915
Octal4611440620721061605125
Binary100110100110010000011001001110101000110111000010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264C20; }

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

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

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

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

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

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

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

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