#254935

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

Shades of Bottle Green #254935

Tints of Bottle Green #254935

Color information

#254935 (or 0x254935) is unknown color: approx Bottle Green. HEX triplet: 25, 49 and 35. RGB value is (37,73,53). Sum of RGB (Red+Green+Blue) = 37+73+53=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 73 - color contains mainly: green. Hex color #254935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254935 is #DAB6CA. Grayscale: #3C3C3C. Windows color (decimal): -14333643 or 3492133. OLE color: 3492133.

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

Color convert

RGB377353-
CMYK0.4900.270.71
HSL146.67º32.73%21.57%-
HSV(B)146.67º49.32%28.63%-
XYZ3.795.424.21-
YUV59.96124.07111.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.70%
GREEN value IS 73 (28.91% from 255) = 44.79%
BLUE value IS 53 (21.09% from 255) = 32.52%
R=22.70%
G=44.79%
B=32.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3773530.4900.270.71146.6732.7321.57
Hex2549353101B47932116
Octal4511165610331072234126
Binary100101100100111010111000101101110001111001001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254935; }

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

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

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

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

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

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

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

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