Html Css Color HEX #257D75 Elm

📋 copy color: '#257D75'

red 37 ◦ green 125 ◦ blue 117

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

Shades of Elm #257D75

Tints of Elm #257D75

RGB

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

 GREEN value IS 125 (49.22% from 255) = 44.8%

 BLUE value IS 117 (46.09% from 255) = 41.94%

R = 13.26%
G = 44.8%
B = 41.94%

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

#257D75 (or 0x257D75) is known color: Elm. HEX triplet: 25, 7D and 75. RGB value is (37,125,117). Sum of RGB (Red+Green+Blue) = 37+125+117=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 125 (49.22% from 255 or 44.80% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 125 - color contains mainly: green. Hex color #257D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257D75 is #DA828A. Grayscale: #616161. Windows color (decimal): -14320267 or 7699749. OLE color: 7699749.

HSL color Cylindrical-coordinate representation of color #257D75: hue angle of 174.55º 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 #257D75 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 125 117 -
CMYK 0.70 0 0.06 0.51
HSL 174.55º 0.54% 0.32% -
HSV(B) 174.55º 0.7% 0.49% -
XYZ 11.31 16.34 19.39 -
YUV 97.78 138.85 84.65 -
System Red Green Blue C M Y K H S L
Decimal 37 125 117 0.70 0 0.06 0.51 174.55 0.54 0.32
Hex 25 7D 75 46 0 6 33 AF 36 20
Octal 45 175 165 106 0 6 63 257 66 40
Binary 100101 1111101 1110101 1000110 0 110 110011 10101111 110110 100000

Color Harmonies of #257D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257D75

Black with #257D75

Text Example


Text Example

White with #257D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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