Html Css Color HEX #25847D Elm

📋 copy color: '#25847D'

red 37 ◦ green 132 ◦ blue 125

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

Shades of Elm #25847D

Tints of Elm #25847D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.9%

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

R = 12.59%
G = 44.9%
B = 42.52%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#25847D (or 0x25847D) is known color: Elm. HEX triplet: 25, 84 and 7D. RGB value is (37,132,125). Sum of RGB (Red+Green+Blue) = 37+132+125=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 132 - color contains mainly: green. Hex color #25847D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25847D is #DA7B82. Grayscale: #666666. Windows color (decimal): -14318467 or 8225829. OLE color: 8225829.

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

Color convert

RGB 37 132 125 -
CMYK 0.72 0 0.05 0.48
HSL 175.58º 0.56% 0.33% -
HSV(B) 175.58º 0.72% 0.52% -
XYZ 12.72 18.38 22.28 -
YUV 102.8 140.53 81.07 -
System Red Green Blue C M Y K H S L
Decimal 37 132 125 0.72 0 0.05 0.48 175.58 0.56 0.33
Hex 25 84 7D 48 0 5 30 B0 38 21
Octal 45 204 175 110 0 5 60 260 70 41
Binary 100101 10000100 1111101 1001000 0 101 110000 10110000 111000 100001

Color Harmonies of #25847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25847D

Black with #25847D

Text Example


Text Example

White with #25847D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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