Html Css Color HEX #25877D Elm

📋 copy color: '#25877D'

red 37 ◦ green 135 ◦ blue 125

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

Shades of Elm #25877D

Tints of Elm #25877D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.45%

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

R = 12.46%
G = 45.45%
B = 42.09%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#25877D (or 0x25877D) is known color: Elm. HEX triplet: 25, 87 and 7D. RGB value is (37,135,125). Sum of RGB (Red+Green+Blue) = 37+135+125=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 135 - color contains mainly: green. Hex color #25877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25877D is #DA7882. Grayscale: #686868. Windows color (decimal): -14317699 or 8226597. OLE color: 8226597.

HSL color Cylindrical-coordinate representation of color #25877D: hue angle of 173.88º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25877D is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 37 135 125 -
CMYK 0.73 0 0.07 0.47
HSL 173.88º 0.57% 0.34% -
HSV(B) 173.88º 0.73% 0.53% -
XYZ 13.13 19.2 22.42 -
YUV 104.56 139.53 79.81 -
System Red Green Blue C M Y K H S L
Decimal 37 135 125 0.73 0 0.07 0.47 173.88 0.57 0.34
Hex 25 87 7D 49 0 7 2F AE 39 22
Octal 45 207 175 111 0 7 57 256 71 42
Binary 100101 10000111 1111101 1001001 0 111 101111 10101110 111001 100010

Color Harmonies of #25877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25877D

Black with #25877D

Text Example


Text Example

White with #25877D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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