Html Css Color HEX #257C74 Elm

📋 copy color: '#257C74'

red 37 ◦ green 124 ◦ blue 116

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

Shades of Elm #257C74

Tints of Elm #257C74

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.77%

 BLUE value IS 116 (45.7% from 255) = 41.88%

R = 13.36%
G = 44.77%
B = 41.88%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#257C74 (or 0x257C74) is known color: Elm. HEX triplet: 25, 7C and 74. RGB value is (37,124,116). Sum of RGB (Red+Green+Blue) = 37+124+116=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 124 (48.83% from 255 or 44.77% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 124 - color contains mainly: green. Hex color #257C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257C74 is #DA838B. Grayscale: #616161. Windows color (decimal): -14320524 or 7633957. OLE color: 7633957.

HSL color Cylindrical-coordinate representation of color #257C74: hue angle of 174.48º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257C74 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 124 116 -
CMYK 0.70 0 0.06 0.51
HSL 174.48º 0.54% 0.32% -
HSV(B) 174.48º 0.7% 0.49% -
XYZ 11.12 16.07 19.04 -
YUV 97.08 138.68 85.15 -
System Red Green Blue C M Y K H S L
Decimal 37 124 116 0.70 0 0.06 0.51 174.48 0.54 0.32
Hex 25 7C 74 46 0 6 33 AE 36 20
Octal 45 174 164 106 0 6 63 256 66 40
Binary 100101 1111100 1110100 1000110 0 110 110011 10101110 110110 100000

Color Harmonies of #257C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257C74

Black with #257C74

Text Example


Text Example

White with #257C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257C74; }

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

 H1.HeaderClassName
 {
   color: #257C74;
 }
 .AnyTagClassName
 {
   color: #257C74;
 }
</style>

background-color css

<style>
 a { background-color: #257C74; }

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

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

border-color css

<style>
 span { border-color: #257C74; }

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

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