Html Css Color HEX #25837C Elm

📋 copy color: '#25837C'

red 37 ◦ green 131 ◦ blue 124

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

Shades of Elm #25837C

Tints of Elm #25837C

RGB

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

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

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

R = 12.67%
G = 44.86%
B = 42.47%

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

#25837C (or 0x25837C) is known color: Elm. HEX triplet: 25, 83 and 7C. RGB value is (37,131,124). Sum of RGB (Red+Green+Blue) = 37+131+124=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 131 - color contains mainly: green. Hex color #25837C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25837C is #DA7C83. Grayscale: #666666. Windows color (decimal): -14318724 or 8160037. OLE color: 8160037.

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

Color convert

RGB 37 131 124 -
CMYK 0.72 0 0.05 0.49
HSL 175.53º 0.56% 0.33% -
HSV(B) 175.53º 0.72% 0.51% -
XYZ 12.52 18.08 21.9 -
YUV 102.1 140.36 81.57 -
System Red Green Blue C M Y K H S L
Decimal 37 131 124 0.72 0 0.05 0.49 175.53 0.56 0.33
Hex 25 83 7C 48 0 5 31 B0 38 21
Octal 45 203 174 110 0 5 61 260 70 41
Binary 100101 10000011 1111100 1001000 0 101 110001 10110000 111000 100001

Color Harmonies of #25837C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25837C

Black with #25837C

Text Example


Text Example

White with #25837C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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