Html Css Color HEX #25867C Elm

📋 copy color: '#25867C'

red 37 ◦ green 134 ◦ blue 124

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

Shades of Elm #25867C

Tints of Elm #25867C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 42.03%

R = 12.54%
G = 45.42%
B = 42.03%

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

#25867C (or 0x25867C) is known color: Elm. HEX triplet: 25, 86 and 7C. RGB value is (37,134,124). Sum of RGB (Red+Green+Blue) = 37+134+124=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #25867C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25867C is #DA7983. Grayscale: #676767. Windows color (decimal): -14317956 or 8160805. OLE color: 8160805.

HSL color Cylindrical-coordinate representation of color #25867C: hue angle of 173.81º 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 #25867C is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 37 134 124 -
CMYK 0.72 0 0.07 0.47
HSL 173.81º 0.57% 0.34% -
HSV(B) 173.81º 0.72% 0.53% -
XYZ 12.93 18.9 22.04 -
YUV 103.86 139.36 80.31 -
System Red Green Blue C M Y K H S L
Decimal 37 134 124 0.72 0 0.07 0.47 173.81 0.57 0.34
Hex 25 86 7C 48 0 7 2F AE 39 22
Octal 45 206 174 110 0 7 57 256 71 42
Binary 100101 10000110 1111100 1001000 0 111 101111 10101110 111001 100010

Color Harmonies of #25867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25867C

Black with #25867C

Text Example


Text Example

White with #25867C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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