#264B28

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

Shades of Myrtle #264B28

Tints of Myrtle #264B28

Color information

#264B28 (or 0x264B28) is unknown color: approx Myrtle. HEX triplet: 26, 4B and 28. RGB value is (38,75,40). Sum of RGB (Red+Green+Blue) = 38+75+40=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 75 (29.69% from 255 or 49.02% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 75 - color contains mainly: green. Hex color #264B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264B28 is #D9B4D7. Grayscale: #3C3C3C. Windows color (decimal): -14267608 or 2640678. OLE color: 2640678.

HSL color Cylindrical-coordinate representation of color #264B28: hue angle of 123.24º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #264B28 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB387540-
CMYK0.4900.470.71
HSL123.24º32.74%22.16%-
HSV(B)123.24º49.33%29.41%-
XYZ3.75.62.89-
YUV59.95116.74112.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.84%
GREEN value IS 75 (29.69% from 255) = 49.02%
BLUE value IS 40 (16.02% from 255) = 26.14%
R=24.84%
G=49.02%
B=26.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3875400.4900.470.71123.2432.7422.16
Hex264B283102F477b2116
Octal4611350610571071734126
Binary100110100101110100011000101011111000111111101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264B28; }

 p { color: rgb(38,75,40); }

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

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

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

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

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

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

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