Html Css Color HEX #258575 Elm

📋 copy color: '#258575'

red 37 ◦ green 133 ◦ blue 117

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

Shades of Elm #258575

Tints of Elm #258575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.34%

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

R = 12.89%
G = 46.34%
B = 40.77%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#258575 (or 0x258575) is known color: Elm. HEX triplet: 25, 85 and 75. RGB value is (37,133,117). Sum of RGB (Red+Green+Blue) = 37+133+117=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #258575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258575 is #DA7A8A. Grayscale: #666666. Windows color (decimal): -14318219 or 7701797. OLE color: 7701797.

HSL color Cylindrical-coordinate representation of color #258575: hue angle of 170º 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 #258575 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 133 117 -
CMYK 0.72 0 0.12 0.48
HSL 170º 0.56% 0.33% -
HSV(B) 170º 0.72% 0.52% -
XYZ 12.36 18.45 19.74 -
YUV 102.47 136.2 81.3 -
System Red Green Blue C M Y K H S L
Decimal 37 133 117 0.72 0 0.12 0.48 170 0.56 0.33
Hex 25 85 75 48 0 C 30 AA 38 21
Octal 45 205 165 110 0 14 60 252 70 41
Binary 100101 10000101 1110101 1001000 0 1100 110000 10101010 111000 100001

Color Harmonies of #258575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258575

Black with #258575

Text Example


Text Example

White with #258575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258575; }

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

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

background-color css

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

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

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

border-color css

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

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

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