Html Css Color HEX #25513C Bottle Green

📋 copy color: '#25513C'

red 37 ◦ green 81 ◦ blue 60

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

Shades of Bottle Green #25513C

Tints of Bottle Green #25513C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 45.51%

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

R = 20.79%
G = 45.51%
B = 33.71%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#25513C (or 0x25513C) is known color: Bottle Green. HEX triplet: 25, 51 and 3C. RGB value is (37,81,60). Sum of RGB (Red+Green+Blue) = 37+81+60=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 81 - color contains mainly: green. Hex color #25513C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25513C is #DAAEC3. Grayscale: #414141. Windows color (decimal): -14331588 or 3952933. OLE color: 3952933.

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

Color convert

RGB 37 81 60 -
CMYK 0.54 0 0.26 0.68
HSL 151.36º 0.37% 0.23% -
HSV(B) 151.36º 0.54% 0.32% -
XYZ 4.52 6.6 5.31 -
YUV 65.45 124.92 107.71 -
System Red Green Blue C M Y K H S L
Decimal 37 81 60 0.54 0 0.26 0.68 151.36 0.37 0.23
Hex 25 51 3C 36 0 1A 44 97 25 17
Octal 45 121 74 66 0 32 104 227 45 27
Binary 100101 1010001 111100 110110 0 11010 1000100 10010111 100101 10111

Color Harmonies of #25513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25513C

Black with #25513C

Text Example


Text Example

White with #25513C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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