#266513

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

Shades of Myrtle #266513

Tints of Myrtle #266513

Color information

#266513 (or 0x266513) is unknown color: approx Myrtle. HEX triplet: 26, 65 and 13. RGB value is (38,101,19). Sum of RGB (Red+Green+Blue) = 38+101+19=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 101 (39.84% from 255 or 63.92% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 101 - color contains mainly: green. Hex color #266513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266513 is #D99AEC. Grayscale: #494949. Windows color (decimal): -14260973 or 1271078. OLE color: 1271078.

HSL color Cylindrical-coordinate representation of color #266513: hue angle of 106.1º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #266513 is Cyan = 0.62, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB3810119-
CMYK0.6200.810.60
HSL106.1º68.33%23.53%-
HSV(B)106.1º81.19%39.61%-
XYZ5.579.772.21-
YUV72.8297.63103.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.05%
GREEN value IS 101 (39.84% from 255) = 63.92%
BLUE value IS 19 (7.81% from 255) = 12.03%
R=24.05%
G=63.92%
B=12.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal38101190.6200.810.60106.168.3323.53
Hex2665133E0513C6a4418
Octal46145237601217415210430
Binary100110110010110011111110010100011111001101010100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266513; }

 p { color: rgb(38,101,19); }

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

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

 a { background-color: rgb(38,101,19); }

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

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

 span { border-color: rgb(38,101,19); }

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