#264A22

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

Shades of Myrtle #264A22

Tints of Myrtle #264A22

Color information

#264A22 (or 0x264A22) is unknown color: approx Myrtle. HEX triplet: 26, 4A and 22. RGB value is (38,74,34). Sum of RGB (Red+Green+Blue) = 38+74+34=146 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.03% from 146); Green value is 74 (29.30% from 255 or 50.68% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 74 - color contains mainly: green. Hex color #264A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264A22 is #D9B5DD. Grayscale: #3A3A3A. Windows color (decimal): -14267870 or 2247206. OLE color: 2247206.

HSL color Cylindrical-coordinate representation of color #264A22: hue angle of 114º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #264A22 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.71.

Color convert

RGB387434-
CMYK0.4900.540.71
HSL114º37.04%21.18%-
HSV(B)114º54.05%29.02%-
XYZ3.545.432.37-
YUV58.68114.07113.25-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.03%
GREEN value IS 74 (29.30% from 255) = 50.68%
BLUE value IS 34 (13.67% from 255) = 23.29%
R=26.03%
G=50.68%
B=23.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3874340.4900.540.7111437.0421.18
Hex264A223103647722515
Octal4611242610661071624525
Binary100110100101010001011000101101101000111111001010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,74,34); }

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

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

 a { background-color: rgb(38,74,34); }

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

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

 span { border-color: rgb(38,74,34); }

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