#264738

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

Shades of Bottle Green #264738

Tints of Bottle Green #264738

Color information

#264738 (or 0x264738) is unknown color: approx Bottle Green. HEX triplet: 26, 47 and 38. RGB value is (38,71,56). Sum of RGB (Red+Green+Blue) = 38+71+56=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 71 (28.12% from 255 or 43.03% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 71 - color contains mainly: green. Hex color #264738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264738 is #D9B8C7. Grayscale: #3B3B3B. Windows color (decimal): -14268616 or 3688230. OLE color: 3688230.

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

Color convert

RGB387156-
CMYK0.4600.210.72
HSL152.73º30.28%21.37%-
HSV(B)152.73º46.48%27.84%-
XYZ3.775.24.55-
YUV59.42126.07112.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.03%
GREEN value IS 71 (28.12% from 255) = 43.03%
BLUE value IS 56 (22.27% from 255) = 33.94%
R=23.03%
G=43.03%
B=33.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3871560.4600.210.72152.7330.2821.37
Hex2647382E01548991e15
Octal4610770560251102313625
Binary10011010001111110001011100101011001000100110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264738; }

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

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

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

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

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

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

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

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