Html Css Color HEX #25503C Bottle Green

📋 copy color: '#25503C'

red 37 ◦ green 80 ◦ blue 60

#25503C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bottle Green #25503C

Tints of Bottle Green #25503C

RGB

 RED value IS 37 (14.84% from 255) = 20.9%

 GREEN value IS 80 (31.64% from 255) = 45.2%

 BLUE value IS 60 (23.83% from 255) = 33.9%

R = 20.9%
G = 45.2%
B = 33.9%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#25503C (or 0x25503C) is known color: Bottle Green. HEX triplet: 25, 50 and 3C. RGB value is (37,80,60). Sum of RGB (Red+Green+Blue) = 37+80+60=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #25503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25503C is #DAAFC3. Grayscale: #404040. Windows color (decimal): -14331844 or 3952677. OLE color: 3952677.

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

Color convert

RGB 37 80 60 -
CMYK 0.54 0 0.25 0.69
HSL 152.09º 0.37% 0.23% -
HSV(B) 152.09º 0.54% 0.31% -
XYZ 4.45 6.46 5.29 -
YUV 64.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 37 80 60 0.54 0 0.25 0.69 152.09 0.37 0.23
Hex 25 50 3C 36 0 19 45 98 25 17
Octal 45 120 74 66 0 31 105 230 45 27
Binary 100101 1010000 111100 110110 0 11001 1000101 10011000 100101 10111

Color Harmonies of #25503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25503C

Black with #25503C

Text Example


Text Example

White with #25503C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25503C; }

 p { color: rgb(37,80,60); }

 H1.HeaderClassName
 {
   color: #25503C;
 }
 .AnyTagClassName
 {
   color: #25503C;
 }
</style>

background-color css

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

 a { background-color: rgb(37,80,60); }

 div.DivClassName
 {
   background-color: #25503C;
 }
 .BgClassName
 {
   background-color: #25503C;
 }
</style>

border-color css

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

 span { border-color: rgb(37,80,60); }

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