#266415

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

Shades of Myrtle #266415

Tints of Myrtle #266415

Color information

#266415 (or 0x266415) is unknown color: approx Myrtle. HEX triplet: 26, 64 and 15. RGB value is (38,100,21). Sum of RGB (Red+Green+Blue) = 38+100+21=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 100 (39.45% from 255 or 62.89% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 100 - color contains mainly: green. Hex color #266415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266415 is #D99BEA. Grayscale: #484848. Windows color (decimal): -14261227 or 1401894. OLE color: 1401894.

HSL color Cylindrical-coordinate representation of color #266415: hue angle of 107.09º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #266415 is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB3810021-
CMYK0.6200.790.61
HSL107.09º65.29%23.73%-
HSV(B)107.09º79%39.22%-
XYZ5.499.582.27-
YUV72.4698.96103.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.90%
GREEN value IS 100 (39.45% from 255) = 62.89%
BLUE value IS 21 (8.59% from 255) = 13.21%
R=23.90%
G=62.89%
B=13.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal38100210.6200.790.61107.0965.2923.73
Hex2664153E04F3D6b4118
Octal46144257601177515310130
Binary100110110010010101111110010011111111011101011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266415; }

 p { color: rgb(38,100,21); }

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

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

 a { background-color: rgb(38,100,21); }

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

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

 span { border-color: rgb(38,100,21); }

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