#264D0A

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

Shades of Myrtle #264D0A

Tints of Myrtle #264D0A

Color information

#264D0A (or 0x264D0A) is unknown color: approx Myrtle. HEX triplet: 26, 4D and 0A. RGB value is (38,77,10). Sum of RGB (Red+Green+Blue) = 38+77+10=125 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.4% from 125); Green value is 77 (30.47% from 255 or 61.6% from 125); Blue value is 10 (4.30% from 255 or 8% from 125); Max value from RGB is 77 - color contains mainly: green. Hex color #264D0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #264D0A is #D9B2F5. Grayscale: #393939. Windows color (decimal): -14267126 or 675110. OLE color: 675110.

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

Color convert

RGB387710-
CMYK0.5100.870.70
HSL94.93º77.01%17.06%-
HSV(B)94.93º87.01%30.2%-
XYZ3.515.741.21-
YUV57.7101.08113.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.4%
GREEN value IS 77 (30.47% from 255) = 61.6%
BLUE value IS 10 (4.30% from 255) = 8%
R=30.4%
G=61.6%
B=8%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3877100.5100.870.7094.9377.0117.06
Hex264DA33057465f4d11
Octal461151263012710613711521
Binary100110100110110101100110101011110001101011111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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