#264D11

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

Shades of Myrtle #264D11

Tints of Myrtle #264D11

Color information

#264D11 (or 0x264D11) is unknown color: approx Myrtle. HEX triplet: 26, 4D and 11. RGB value is (38,77,17). Sum of RGB (Red+Green+Blue) = 38+77+17=132 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.79% from 132); Green value is 77 (30.47% from 255 or 58.33% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 77 - color contains mainly: green. Hex color #264D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #264D11 is #D9B2EE. Grayscale: #3A3A3A. Windows color (decimal): -14267119 or 1133862. OLE color: 1133862.

HSL color Cylindrical-coordinate representation of color #264D11: hue angle of 99º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #264D11 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.

Color convert

RGB387717-
CMYK0.5100.780.70
HSL99º63.83%18.43%-
HSV(B)99º77.92%30.2%-
XYZ3.555.761.45-
YUV58.5104.58113.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.79%
GREEN value IS 77 (30.47% from 255) = 58.33%
BLUE value IS 17 (7.03% from 255) = 12.88%
R=28.79%
G=58.33%
B=12.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3877170.5100.780.709963.8318.43
Hex264D113304E46634012
Octal461152163011610614310022
Binary1001101001101100011100110100111010001101100011100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,77,17); }

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

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

 a { background-color: rgb(38,77,17); }

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

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

 span { border-color: rgb(38,77,17); }

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