Html Css Color HEX #25837D Elm

📋 copy color: '#25837D'

red 37 ◦ green 131 ◦ blue 125

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

Shades of Elm #25837D

Tints of Elm #25837D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.71%

 BLUE value IS 125 (49.22% from 255) = 42.66%

R = 12.63%
G = 44.71%
B = 42.66%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#25837D (or 0x25837D) is known color: Elm. HEX triplet: 25, 83 and 7D. RGB value is (37,131,125). Sum of RGB (Red+Green+Blue) = 37+131+125=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #25837D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25837D is #DA7C82. Grayscale: #666666. Windows color (decimal): -14318723 or 8225573. OLE color: 8225573.

HSL color Cylindrical-coordinate representation of color #25837D: hue angle of 176.17º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25837D is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 131 125 -
CMYK 0.72 0 0.05 0.49
HSL 176.17º 0.56% 0.33% -
HSV(B) 176.17º 0.72% 0.51% -
XYZ 12.58 18.11 22.23 -
YUV 102.21 140.86 81.49 -
System Red Green Blue C M Y K H S L
Decimal 37 131 125 0.72 0 0.05 0.49 176.17 0.56 0.33
Hex 25 83 7D 48 0 5 31 B0 38 21
Octal 45 203 175 110 0 5 61 260 70 41
Binary 100101 10000011 1111101 1001000 0 101 110001 10110000 111000 100001

Color Harmonies of #25837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25837D

Black with #25837D

Text Example


Text Example

White with #25837D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25837D; }

 p { color: rgb(37,131,125); }

 H1.HeaderClassName
 {
   color: #25837D;
 }
 .AnyTagClassName
 {
   color: #25837D;
 }
</style>

background-color css

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

 a { background-color: rgb(37,131,125); }

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

border-color css

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

 span { border-color: rgb(37,131,125); }

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