#266115

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

Shades of Myrtle #266115

Tints of Myrtle #266115

Color information

#266115 (or 0x266115) is unknown color: approx Myrtle. HEX triplet: 26, 61 and 15. RGB value is (38,97,21). Sum of RGB (Red+Green+Blue) = 38+97+21=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 97 (38.28% from 255 or 62.18% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 97 - color contains mainly: green. Hex color #266115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266115 is #D99EEA. Grayscale: #464646. Windows color (decimal): -14261995 or 1401126. OLE color: 1401126.

HSL color Cylindrical-coordinate representation of color #266115: hue angle of 106.58º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #266115 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB389721-
CMYK0.6100.780.62
HSL106.58º64.41%23.14%-
HSV(B)106.58º78.35%38.04%-
XYZ5.219.022.18-
YUV70.799.95104.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.36%
GREEN value IS 97 (38.28% from 255) = 62.18%
BLUE value IS 21 (8.59% from 255) = 13.46%
R=24.36%
G=62.18%
B=13.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3897210.6100.780.62106.5864.4123.14
Hex2661153D04E3E6b4017
Octal46141257501167615310027
Binary100110110000110101111101010011101111101101011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266115; }

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

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

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

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

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

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

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

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