#264026

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

Shades of Myrtle #264026

Tints of Myrtle #264026

Color information

#264026 (or 0x264026) is unknown color: approx Myrtle. HEX triplet: 26, 40 and 26. RGB value is (38,64,38). Sum of RGB (Red+Green+Blue) = 38+64+38=140 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.14% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 64 - color contains mainly: green. Hex color #264026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264026 is #D9BFD9. Grayscale: #353535. Windows color (decimal): -14270426 or 2506790. OLE color: 2506790.

HSL color Cylindrical-coordinate representation of color #264026: hue angle of 120º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #264026 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.

Color convert

RGB386438-
CMYK0.4100.410.75
HSL120º25.49%20%-
HSV(B)120º40.62%25.1%-
XYZ2.984.222.49-
YUV53.26119.39117.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.14%
GREEN value IS 64 (25.39% from 255) = 45.71%
BLUE value IS 38 (15.23% from 255) = 27.14%
R=27.14%
G=45.71%
B=27.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3864380.4100.410.7512025.4920
Hex264026290294B781914
Octal4610046510511131703124
Binary10011010000001001101010010101001100101111110001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264026; }

 p { color: rgb(38,64,38); }

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

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

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

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

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

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

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