Html Css Color HEX #257975 Elm

📋 copy color: '#257975'

red 37 ◦ green 121 ◦ blue 117

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

Shades of Elm #257975

Tints of Elm #257975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44%

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

R = 13.45%
G = 44%
B = 42.55%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#257975 (or 0x257975) is known color: Elm. HEX triplet: 25, 79 and 75. RGB value is (37,121,117). Sum of RGB (Red+Green+Blue) = 37+121+117=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 121 - color contains mainly: green. Hex color #257975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257975 is #DA868A. Grayscale: #5F5F5F. Windows color (decimal): -14321291 or 7698725. OLE color: 7698725.

HSL color Cylindrical-coordinate representation of color #257975: hue angle of 177.14º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257975 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 121 117 -
CMYK 0.69 0 0.03 0.53
HSL 177.14º 0.53% 0.31% -
HSV(B) 177.14º 0.69% 0.47% -
XYZ 10.81 15.35 19.22 -
YUV 95.43 140.17 86.33 -
System Red Green Blue C M Y K H S L
Decimal 37 121 117 0.69 0 0.03 0.53 177.14 0.53 0.31
Hex 25 79 75 45 0 3 35 B1 35 1F
Octal 45 171 165 105 0 3 65 261 65 37
Binary 100101 1111001 1110101 1000101 0 11 110101 10110001 110101 11111

Color Harmonies of #257975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257975

Black with #257975

Text Example


Text Example

White with #257975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257975; }

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

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

background-color css

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

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

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

border-color css

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

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

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