#264714

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

Shades of Myrtle #264714

Tints of Myrtle #264714

Color information

#264714 (or 0x264714) is unknown color: approx Myrtle. HEX triplet: 26, 47 and 14. RGB value is (38,71,20). Sum of RGB (Red+Green+Blue) = 38+71+20=129 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.46% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #264714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264714 is #D9B8EB. Grayscale: #373737. Windows color (decimal): -14268652 or 1328934. OLE color: 1328934.

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

Color convert

RGB387120-
CMYK0.4600.720.72
HSL98.82º56.04%17.84%-
HSV(B)98.82º71.83%27.84%-
XYZ3.184.971.45-
YUV55.32108.07115.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 29.46%
GREEN value IS 71 (28.12% from 255) = 55.04%
BLUE value IS 20 (8.20% from 255) = 15.50%
R=29.46%
G=55.04%
B=15.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3871200.4600.720.7298.8256.0417.84
Hex2647142E04848633812
Octal46107245601101101437022
Binary100110100011110100101110010010001001000110001111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264714; }

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

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

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

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

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

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

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

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