#266014

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

Shades of Myrtle #266014

Tints of Myrtle #266014

Color information

#266014 (or 0x266014) is unknown color: approx Myrtle. HEX triplet: 26, 60 and 14. RGB value is (38,96,20). Sum of RGB (Red+Green+Blue) = 38+96+20=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 96 (37.89% from 255 or 62.34% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 96 - color contains mainly: green. Hex color #266014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266014 is #D99FEB. Grayscale: #464646. Windows color (decimal): -14262252 or 1335334. OLE color: 1335334.

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

Color convert

RGB389620-
CMYK0.6000.790.62
HSL105.79º65.52%22.75%-
HSV(B)105.79º79.17%37.65%-
XYZ5.118.832.1-
YUV69.9999.78105.18-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.68%
GREEN value IS 96 (37.89% from 255) = 62.34%
BLUE value IS 20 (8.20% from 255) = 12.99%
R=24.68%
G=62.34%
B=12.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3896200.6000.790.62105.7965.5222.75
Hex2660143C04F3E6a4217
Octal46140247401177615210227
Binary100110110000010100111100010011111111101101010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266014; }

 p { color: rgb(38,96,20); }

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

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

 a { background-color: rgb(38,96,20); }

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

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

 span { border-color: rgb(38,96,20); }

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