Html Css Color HEX #258375 Elm

📋 copy color: '#258375'

red 37 ◦ green 131 ◦ blue 117

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

Shades of Elm #258375

Tints of Elm #258375

RGB

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

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

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

R = 12.98%
G = 45.96%
B = 41.05%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#258375 (or 0x258375) is known color: Elm. HEX triplet: 25, 83 and 75. RGB value is (37,131,117). Sum of RGB (Red+Green+Blue) = 37+131+117=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #258375 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258375 is #DA7C8A. Grayscale: #656565. Windows color (decimal): -14318731 or 7701285. OLE color: 7701285.

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

Color convert

RGB 37 131 117 -
CMYK 0.72 0 0.11 0.49
HSL 171.06º 0.56% 0.33% -
HSV(B) 171.06º 0.72% 0.51% -
XYZ 12.09 17.91 19.65 -
YUV 101.3 136.86 82.14 -
System Red Green Blue C M Y K H S L
Decimal 37 131 117 0.72 0 0.11 0.49 171.06 0.56 0.33
Hex 25 83 75 48 0 B 31 AB 38 21
Octal 45 203 165 110 0 13 61 253 70 41
Binary 100101 10000011 1110101 1001000 0 1011 110001 10101011 111000 100001

Color Harmonies of #258375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258375

Black with #258375

Text Example


Text Example

White with #258375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258375; }

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

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

background-color css

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

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

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

border-color css

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

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

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