#264912

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

Shades of Myrtle #264912

Tints of Myrtle #264912

Color information

#264912 (or 0x264912) is unknown color: approx Myrtle. HEX triplet: 26, 49 and 12. RGB value is (38,73,18). Sum of RGB (Red+Green+Blue) = 38+73+18=129 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.46% from 129); Green value is 73 (28.91% from 255 or 56.59% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 73 - color contains mainly: green. Hex color #264912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264912 is #D9B6ED. Grayscale: #383838. Windows color (decimal): -14268142 or 1198374. OLE color: 1198374.

HSL color Cylindrical-coordinate representation of color #264912: hue angle of 98.18º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #264912 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.

Color convert

RGB387318-
CMYK0.4800.750.71
HSL98.18º60.44%17.84%-
HSV(B)98.18º75.34%28.63%-
XYZ3.295.221.41-
YUV56.26106.4114.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 29.46%
GREEN value IS 73 (28.91% from 255) = 56.59%
BLUE value IS 18 (7.42% from 255) = 13.95%
R=29.46%
G=56.59%
B=13.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3873180.4800.750.7198.1860.4417.84
Hex2649123004B47623c12
Octal46111226001131071427422
Binary100110100100110010110000010010111000111110001011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264912; }

 p { color: rgb(38,73,18); }

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

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

 a { background-color: rgb(38,73,18); }

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

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

 span { border-color: rgb(38,73,18); }

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