#264936

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

Shades of Bottle Green #264936

Tints of Bottle Green #264936

Color information

#264936 (or 0x264936) is unknown color: approx Bottle Green. HEX triplet: 26, 49 and 36. RGB value is (38,73,54). Sum of RGB (Red+Green+Blue) = 38+73+54=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 73 - color contains mainly: green. Hex color #264936 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264936 is #D9B6C9. Grayscale: #3C3C3C. Windows color (decimal): -14268106 or 3557670. OLE color: 3557670.

HSL color Cylindrical-coordinate representation of color #264936: hue angle of 147.43º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #264936 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.71.

Color convert

RGB387354-
CMYK0.4800.260.71
HSL147.43º31.53%21.76%-
HSV(B)147.43º47.95%28.63%-
XYZ3.855.444.34-
YUV60.37124.4112.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.03%
GREEN value IS 73 (28.91% from 255) = 44.24%
BLUE value IS 54 (21.48% from 255) = 32.73%
R=23.03%
G=44.24%
B=32.73%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3873540.4800.260.71147.4331.5321.76
Hex2649363001A47932016
Octal4611166600321072234026
Binary100110100100111011011000001101010001111001001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264936; }

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

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

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

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

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

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

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

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