#264720

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

Shades of Myrtle #264720

Tints of Myrtle #264720

Color information

#264720 (or 0x264720) is unknown color: approx Myrtle. HEX triplet: 26, 47 and 20. RGB value is (38,71,32). Sum of RGB (Red+Green+Blue) = 38+71+32=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 71 (28.12% from 255 or 50.35% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 71 - color contains mainly: green. Hex color #264720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264720 is #D9B8DF. Grayscale: #383838. Windows color (decimal): -14268640 or 2115366. OLE color: 2115366.

HSL color Cylindrical-coordinate representation of color #264720: hue angle of 110.77º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #264720 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB387132-
CMYK0.4600.550.72
HSL110.77º37.86%20.2%-
HSV(B)110.77º54.93%27.84%-
XYZ3.315.022.16-
YUV56.69114.07114.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.95%
GREEN value IS 71 (28.12% from 255) = 50.35%
BLUE value IS 32 (12.89% from 255) = 22.70%
R=26.95%
G=50.35%
B=22.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3871320.4600.550.72110.7737.8620.2
Hex2647202E037486f2614
Octal4610740560671101574624
Binary100110100011110000010111001101111001000110111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264720; }

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

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

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

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

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

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

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

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