#264513

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

Shades of Myrtle #264513

Tints of Myrtle #264513

Color information

#264513 (or 0x264513) is unknown color: approx Myrtle. HEX triplet: 26, 45 and 13. RGB value is (38,69,19). Sum of RGB (Red+Green+Blue) = 38+69+19=126 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.16% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #264513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264513 is #D9BAEC. Grayscale: #363636. Windows color (decimal): -14269165 or 1262886. OLE color: 1262886.

HSL color Cylindrical-coordinate representation of color #264513: hue angle of 97.2º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #264513 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB386919-
CMYK0.4500.720.73
HSL97.2º56.82%17.25%-
HSV(B)97.2º72.46%27.06%-
XYZ3.044.721.37-
YUV54.03108.23116.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.16%
GREEN value IS 69 (27.34% from 255) = 54.76%
BLUE value IS 19 (7.81% from 255) = 15.08%
R=30.16%
G=54.76%
B=15.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3869190.4500.720.7397.256.8217.25
Hex2645132D04849613911
Octal46105235501101111417121
Binary100110100010110011101101010010001001001110000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264513; }

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

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

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

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

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

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

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

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