#264C3A

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

Shades of Bottle Green #264C3A

Tints of Bottle Green #264C3A

Color information

#264C3A (or 0x264C3A) is unknown color: approx Bottle Green. HEX triplet: 26, 4C and 3A. RGB value is (38,76,58). Sum of RGB (Red+Green+Blue) = 38+76+58=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 76 (30.08% from 255 or 44.19% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 76 - color contains mainly: green. Hex color #264C3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264C3A is #D9B3C5. Grayscale: #3E3E3E. Windows color (decimal): -14267334 or 3820582. OLE color: 3820582.

HSL color Cylindrical-coordinate representation of color #264C3A: hue angle of 151.58º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #264C3A is Cyan = 0.5, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.70.

Color convert

RGB387658-
CMYK0.500.240.70
HSL151.58º33.33%22.35%-
HSV(B)151.58º50%29.8%-
XYZ4.155.894.92-
YUV62.59125.41110.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.09%
GREEN value IS 76 (30.08% from 255) = 44.19%
BLUE value IS 58 (23.05% from 255) = 33.72%
R=22.09%
G=44.19%
B=33.72%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3876580.500.240.70151.5833.3322.35
Hex264C3A3201846982116
Octal4611472620301062304126
Binary100110100110011101011001001100010001101001100010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,76,58); }

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

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

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

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

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

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

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