#264710

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

Shades of Myrtle #264710

Tints of Myrtle #264710

Color information

#264710 (or 0x264710) is unknown color: approx Myrtle. HEX triplet: 26, 47 and 10. RGB value is (38,71,16). Sum of RGB (Red+Green+Blue) = 38+71+16=125 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.4% from 125); Green value is 71 (28.12% from 255 or 56.8% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 71 - color contains mainly: green. Hex color #264710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264710 is #D9B8EF. Grayscale: #373737. Windows color (decimal): -14268656 or 1066790. OLE color: 1066790.

HSL color Cylindrical-coordinate representation of color #264710: hue angle of 96º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #264710 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.72.

Color convert

RGB387116-
CMYK0.4600.770.72
HSL96º63.22%17.06%-
HSV(B)96º77.46%27.84%-
XYZ3.154.961.28-
YUV54.86106.07115.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.4%
GREEN value IS 71 (28.12% from 255) = 56.8%
BLUE value IS 16 (6.64% from 255) = 12.8%
R=30.4%
G=56.8%
B=12.8%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3871160.4600.770.729663.2217.06
Hex2647102E04D48603f11
Octal46107205601151101407721
Binary100110100011110000101110010011011001000110000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264710; }

 p { color: rgb(38,71,16); }

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

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

 a { background-color: rgb(38,71,16); }

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

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

 span { border-color: rgb(38,71,16); }

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