#264836

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

Shades of Bottle Green #264836

Tints of Bottle Green #264836

Color information

#264836 (or 0x264836) is unknown color: approx Bottle Green. HEX triplet: 26, 48 and 36. RGB value is (38,72,54). Sum of RGB (Red+Green+Blue) = 38+72+54=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 72 - color contains mainly: green. Hex color #264836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264836 is #D9B7C9. Grayscale: #3B3B3B. Windows color (decimal): -14268362 or 3557414. OLE color: 3557414.

HSL color Cylindrical-coordinate representation of color #264836: hue angle of 148.24º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #264836 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB387254-
CMYK0.4700.250.72
HSL148.24º30.91%21.57%-
HSV(B)148.24º47.22%28.24%-
XYZ3.785.314.32-
YUV59.78124.74112.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.17%
GREEN value IS 72 (28.52% from 255) = 43.90%
BLUE value IS 54 (21.48% from 255) = 32.93%
R=23.17%
G=43.90%
B=32.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3872540.4700.250.72148.2430.9121.57
Hex2648362F01948941f16
Octal4611066570311102243726
Binary10011010010001101101011110110011001000100101001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264836; }

 p { color: rgb(38,72,54); }

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

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

 a { background-color: rgb(38,72,54); }

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

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

 span { border-color: rgb(38,72,54); }

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