#264235

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

Shades of Bottle Green #264235

Tints of Bottle Green #264235

Color information

#264235 (or 0x264235) is unknown color: approx Bottle Green. HEX triplet: 26, 42 and 35. RGB value is (38,66,53). Sum of RGB (Red+Green+Blue) = 38+66+53=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 66 - color contains mainly: green. Hex color #264235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264235 is #D9BDCA. Grayscale: #383838. Windows color (decimal): -14269899 or 3490342. OLE color: 3490342.

HSL color Cylindrical-coordinate representation of color #264235: hue angle of 152.14º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #264235 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB386653-
CMYK0.4200.200.74
HSL152.14º26.92%20.39%-
HSV(B)152.14º42.42%25.88%-
XYZ3.394.574.07-
YUV56.15126.22115.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.20%
GREEN value IS 66 (26.17% from 255) = 42.04%
BLUE value IS 53 (21.09% from 255) = 33.76%
R=24.20%
G=42.04%
B=33.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3866530.4200.200.74152.1426.9220.39
Hex2642352A0144A981b14
Octal4610265520241122303324
Binary10011010000101101011010100101001001010100110001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264235; }

 p { color: rgb(38,66,53); }

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

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

 a { background-color: rgb(38,66,53); }

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

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

 span { border-color: rgb(38,66,53); }

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