#264618

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

Shades of Myrtle #264618

Tints of Myrtle #264618

Color information

#264618 (or 0x264618) is unknown color: approx Myrtle. HEX triplet: 26, 46 and 18. RGB value is (38,70,24). Sum of RGB (Red+Green+Blue) = 38+70+24=132 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.79% from 132); Green value is 70 (27.73% from 255 or 53.03% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 70 - color contains mainly: green. Hex color #264618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264618 is #D9B9E7. Grayscale: #373737. Windows color (decimal): -14268904 or 1590822. OLE color: 1590822.

HSL color Cylindrical-coordinate representation of color #264618: hue angle of 101.74º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #264618 is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB387024-
CMYK0.4600.660.73
HSL101.74º48.94%18.43%-
HSV(B)101.74º65.71%27.45%-
XYZ3.154.861.64-
YUV55.19110.4115.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.79%
GREEN value IS 70 (27.73% from 255) = 53.03%
BLUE value IS 24 (9.77% from 255) = 18.18%
R=28.79%
G=53.03%
B=18.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3870240.4600.660.73101.7448.9418.43
Hex2646182E04249663112
Octal46106305601021111466122
Binary100110100011011000101110010000101001001110011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264618; }

 p { color: rgb(38,70,24); }

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

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

 a { background-color: rgb(38,70,24); }

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

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

 span { border-color: rgb(38,70,24); }

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