#264A0C

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

Shades of Myrtle #264A0C

Tints of Myrtle #264A0C

Color information

#264A0C (or 0x264A0C) is unknown color: approx Myrtle. HEX triplet: 26, 4A and 0C. RGB value is (38,74,12). Sum of RGB (Red+Green+Blue) = 38+74+12=124 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.65% from 124); Green value is 74 (29.30% from 255 or 59.68% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 74 - color contains mainly: green. Hex color #264A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264A0C is #D9B5F3. Grayscale: #383838. Windows color (decimal): -14267892 or 805414. OLE color: 805414.

HSL color Cylindrical-coordinate representation of color #264A0C: hue angle of 94.84º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #264A0C is Cyan = 0.49, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB387412-
CMYK0.4900.840.71
HSL94.84º72.09%16.86%-
HSV(B)94.84º83.78%29.02%-
XYZ3.315.341.2-
YUV56.17103.07115.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.65%
GREEN value IS 74 (29.30% from 255) = 59.68%
BLUE value IS 12 (5.08% from 255) = 9.68%
R=30.65%
G=59.68%
B=9.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3874120.4900.840.7194.8472.0916.86
Hex264AC31054475f4811
Octal461121461012410713711021
Binary100110100101011001100010101010010001111011111100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,74,12); }

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

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

 a { background-color: rgb(38,74,12); }

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

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

 span { border-color: rgb(38,74,12); }

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