#264D38

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

Shades of Bottle Green #264D38

Tints of Bottle Green #264D38

Color information

#264D38 (or 0x264D38) is unknown color: approx Bottle Green. HEX triplet: 26, 4D and 38. RGB value is (38,77,56). Sum of RGB (Red+Green+Blue) = 38+77+56=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 77 (30.47% from 255 or 45.03% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 77 - color contains mainly: green. Hex color #264D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264D38 is #D9B2C7. Grayscale: #3E3E3E. Windows color (decimal): -14267080 or 3689766. OLE color: 3689766.

HSL color Cylindrical-coordinate representation of color #264D38: hue angle of 147.69º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #264D38 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.70.

Color convert

RGB387756-
CMYK0.5100.270.70
HSL147.69º33.91%22.55%-
HSV(B)147.69º50.65%30.2%-
XYZ4.176.014.68-
YUV62.94124.08110.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.22%
GREEN value IS 77 (30.47% from 255) = 45.03%
BLUE value IS 56 (22.27% from 255) = 32.75%
R=22.22%
G=45.03%
B=32.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3877560.5100.270.70147.6933.9122.55
Hex264D383301B46942217
Octal4611570630331062244227
Binary100110100110111100011001101101110001101001010010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,77,56); }

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

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

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

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

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

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

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