#264024

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

Shades of Myrtle #264024

Tints of Myrtle #264024

Color information

#264024 (or 0x264024) is unknown color: approx Myrtle. HEX triplet: 26, 40 and 24. RGB value is (38,64,36). Sum of RGB (Red+Green+Blue) = 38+64+36=138 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.54% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 64 - color contains mainly: green. Hex color #264024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264024 is #D9BFDB. Grayscale: #353535. Windows color (decimal): -14270428 or 2375718. OLE color: 2375718.

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

Color convert

RGB386436-
CMYK0.4100.440.75
HSL115.71º28%19.61%-
HSV(B)115.71º43.75%25.1%-
XYZ2.954.212.33-
YUV53.03118.39117.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.54%
GREEN value IS 64 (25.39% from 255) = 46.38%
BLUE value IS 36 (14.45% from 255) = 26.09%
R=27.54%
G=46.38%
B=26.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3864360.4100.440.75115.712819.61
Hex2640242902C4B741c14
Octal4610044510541131643424
Binary10011010000001001001010010101100100101111101001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264024; }

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

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

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

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

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

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

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

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