Html Css Color HEX #25867D Elm

📋 copy color: '#25867D'

red 37 ◦ green 134 ◦ blue 125

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

Shades of Elm #25867D

Tints of Elm #25867D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.27%

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

R = 12.5%
G = 45.27%
B = 42.23%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#25867D (or 0x25867D) is known color: Elm. HEX triplet: 25, 86 and 7D. RGB value is (37,134,125). Sum of RGB (Red+Green+Blue) = 37+134+125=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #25867D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25867D is #DA7982. Grayscale: #676767. Windows color (decimal): -14317955 or 8226341. OLE color: 8226341.

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

Color convert

RGB 37 134 125 -
CMYK 0.72 0 0.07 0.47
HSL 174.43º 0.57% 0.34% -
HSV(B) 174.43º 0.72% 0.53% -
XYZ 12.99 18.92 22.37 -
YUV 103.97 139.86 80.23 -
System Red Green Blue C M Y K H S L
Decimal 37 134 125 0.72 0 0.07 0.47 174.43 0.57 0.34
Hex 25 86 7D 48 0 7 2F AE 39 22
Octal 45 206 175 110 0 7 57 256 71 42
Binary 100101 10000110 1111101 1001000 0 111 101111 10101110 111001 100010

Color Harmonies of #25867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25867D

Black with #25867D

Text Example


Text Example

White with #25867D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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