#264B0C

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

Shades of Myrtle #264B0C

Tints of Myrtle #264B0C

Color information

#264B0C (or 0x264B0C) is unknown color: approx Myrtle. HEX triplet: 26, 4B and 0C. RGB value is (38,75,12). Sum of RGB (Red+Green+Blue) = 38+75+12=125 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.4% from 125); Green value is 75 (29.69% from 255 or 60% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 75 - color contains mainly: green. Hex color #264B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264B0C is #D9B4F3. Grayscale: #383838. Windows color (decimal): -14267636 or 805670. OLE color: 805670.

HSL color Cylindrical-coordinate representation of color #264B0C: hue angle of 95.24º 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 #264B0C is Cyan = 0.49, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB387512-
CMYK0.4900.840.71
HSL95.24º72.41%17.06%-
HSV(B)95.24º84%29.41%-
XYZ3.385.471.23-
YUV56.76102.74114.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.4%
GREEN value IS 75 (29.69% from 255) = 60%
BLUE value IS 12 (5.08% from 255) = 9.6%
R=30.4%
G=60%
B=9.6%

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
Decimal3875120.4900.840.7195.2472.4117.06
Hex264BC31054475f4811
Octal461131461012410713711021
Binary100110100101111001100010101010010001111011111100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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