#254535

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

Shades of Bottle Green #254535

Tints of Bottle Green #254535

Color information

#254535 (or 0x254535) is unknown color: approx Bottle Green. HEX triplet: 25, 45 and 35. RGB value is (37,69,53). Sum of RGB (Red+Green+Blue) = 37+69+53=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 69 - color contains mainly: green. Hex color #254535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254535 is #DABACA. Grayscale: #393939. Windows color (decimal): -14334667 or 3491109. OLE color: 3491109.

HSL color Cylindrical-coordinate representation of color #254535: hue angle of 150º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #254535 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB376953-
CMYK0.4600.230.73
HSL150º30.19%20.78%-
HSV(B)150º46.38%27.06%-
XYZ3.534.914.13-
YUV57.61125.4113.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.27%
GREEN value IS 69 (27.34% from 255) = 43.40%
BLUE value IS 53 (21.09% from 255) = 33.33%
R=23.27%
G=43.40%
B=33.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3769530.4600.230.7315030.1920.78
Hex2545352E01749961e15
Octal4510565560271112263625
Binary10010110001011101011011100101111001001100101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254535; }

 p { color: rgb(37,69,53); }

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

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

 a { background-color: rgb(37,69,53); }

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

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

 span { border-color: rgb(37,69,53); }

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