#264F3B

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

Shades of Bottle Green #264F3B

Tints of Bottle Green #264F3B

Color information

#264F3B (or 0x264F3B) is unknown color: approx Bottle Green. HEX triplet: 26, 4F and 3B. RGB value is (38,79,59). Sum of RGB (Red+Green+Blue) = 38+79+59=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 79 (31.25% from 255 or 44.89% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 79 - color contains mainly: green. Hex color #264F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264F3B is #D9B0C4. Grayscale: #404040. Windows color (decimal): -14266565 or 3886886. OLE color: 3886886.

HSL color Cylindrical-coordinate representation of color #264F3B: hue angle of 150.73º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #264F3B is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB387959-
CMYK0.5200.250.69
HSL150.73º35.04%22.94%-
HSV(B)150.73º51.9%30.98%-
XYZ4.386.325.13-
YUV64.46124.92109.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.59%
GREEN value IS 79 (31.25% from 255) = 44.89%
BLUE value IS 59 (23.44% from 255) = 33.52%
R=21.59%
G=44.89%
B=33.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3879590.5200.250.69150.7335.0422.94
Hex264F3B3401945972317
Octal4611773640311052274327
Binary100110100111111101111010001100110001011001011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,79,59); }

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

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

 a { background-color: rgb(38,79,59); }

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

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

 span { border-color: rgb(38,79,59); }

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