#264516

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

Shades of Myrtle #264516

Tints of Myrtle #264516

Color information

#264516 (or 0x264516) is unknown color: approx Myrtle. HEX triplet: 26, 45 and 16. RGB value is (38,69,22). Sum of RGB (Red+Green+Blue) = 38+69+22=129 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.46% from 129); Green value is 69 (27.34% from 255 or 53.49% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 69 - color contains mainly: green. Hex color #264516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264516 is #D9BAE9. Grayscale: #363636. Windows color (decimal): -14269162 or 1459494. OLE color: 1459494.

HSL color Cylindrical-coordinate representation of color #264516: hue angle of 99.57º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #264516 is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB386922-
CMYK0.4500.680.73
HSL99.57º51.65%17.84%-
HSV(B)99.57º68.12%27.06%-
XYZ3.074.731.51-
YUV54.37109.73116.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 29.46%
GREEN value IS 69 (27.34% from 255) = 53.49%
BLUE value IS 22 (8.98% from 255) = 17.05%
R=29.46%
G=53.49%
B=17.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3869220.4500.680.7399.5751.6517.84
Hex2645162D04449643412
Octal46105265501041111446422
Binary100110100010110110101101010001001001001110010011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264516; }

 p { color: rgb(38,69,22); }

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

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

 a { background-color: rgb(38,69,22); }

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

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

 span { border-color: rgb(38,69,22); }

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