#264C07

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

Shades of Myrtle #264C07

Tints of Myrtle #264C07

Color information

#264C07 (or 0x264C07) is unknown color: approx Myrtle. HEX triplet: 26, 4C and 07. RGB value is (38,76,7). Sum of RGB (Red+Green+Blue) = 38+76+7=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 76 (30.08% from 255 or 62.81% from 121); Blue value is 7 (3.12% from 255 or 5.79% from 121); Max value from RGB is 76 - color contains mainly: green. Hex color #264C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264C07 is #D9B3F8. Grayscale: #393939. Windows color (decimal): -14267385 or 478246. OLE color: 478246.

HSL color Cylindrical-coordinate representation of color #264C07: hue angle of 93.04º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #264C07 is Cyan = 0.5, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.70.

Color convert

RGB38767-
CMYK0.500.910.70
HSL93.04º83.13%16.27%-
HSV(B)93.04º90.79%29.8%-
XYZ3.425.61.1-
YUV56.7799.91114.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.40%
GREEN value IS 76 (30.08% from 255) = 62.81%
BLUE value IS 7 (3.12% from 255) = 5.79%
R=31.40%
G=62.81%
B=5.79%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal387670.500.910.7093.0483.1316.27
Hex264C73205B465d5310
Octal46114762013310613512320
Binary10011010011001111100100101101110001101011101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,76,7); }

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

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

 a { background-color: rgb(38,76,7); }

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

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

 span { border-color: rgb(38,76,7); }

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