#264F3C

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

Shades of Bottle Green #264F3C

Tints of Bottle Green #264F3C

Color information

#264F3C (or 0x264F3C) is unknown color: approx Bottle Green. HEX triplet: 26, 4F and 3C. RGB value is (38,79,60). Sum of RGB (Red+Green+Blue) = 38+79+60=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 79 - color contains mainly: green. Hex color #264F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #264F3C is #D9B0C3. Grayscale: #404040. Windows color (decimal): -14266564 or 3952422. OLE color: 3952422.

HSL color Cylindrical-coordinate representation of color #264F3C: hue angle of 152.2º 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 #264F3C is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB387960-
CMYK0.5200.240.69
HSL152.2º35.04%22.94%-
HSV(B)152.2º51.9%30.98%-
XYZ4.416.335.26-
YUV64.58125.42109.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.47%
GREEN value IS 79 (31.25% from 255) = 44.63%
BLUE value IS 60 (23.83% from 255) = 33.90%
R=21.47%
G=44.63%
B=33.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3879600.5200.240.69152.235.0422.94
Hex264F3C3401845982317
Octal4611774640301052304327
Binary100110100111111110011010001100010001011001100010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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