#264F06

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

Shades of Myrtle #264F06

Tints of Myrtle #264F06

Color information

#264F06 (or 0x264F06) is unknown color: approx Myrtle. HEX triplet: 26, 4F and 06. RGB value is (38,79,6). Sum of RGB (Red+Green+Blue) = 38+79+6=123 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.89% from 123); Green value is 79 (31.25% from 255 or 64.23% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 79 - color contains mainly: green. Hex color #264F06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #264F06 is #D9B0F9. Grayscale: #3A3A3A. Windows color (decimal): -14266618 or 413478. OLE color: 413478.

HSL color Cylindrical-coordinate representation of color #264F06: hue angle of 93.7º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #264F06 is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB38796-
CMYK0.5200.920.69
HSL93.7º85.88%16.67%-
HSV(B)93.7º92.41%30.98%-
XYZ3.636.021.14-
YUV58.4298.42113.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.89%
GREEN value IS 79 (31.25% from 255) = 64.23%
BLUE value IS 6 (2.73% from 255) = 4.88%
R=30.89%
G=64.23%
B=4.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal387960.5200.920.6993.785.8816.67
Hex264F63405C455e5611
Octal46117664013410513612621
Binary10011010011111101101000101110010001011011110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,79,6); }

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

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

 a { background-color: rgb(38,79,6); }

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

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

 span { border-color: rgb(38,79,6); }

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