Html Css Color HEX #258377 Elm

📋 copy color: '#258377'

red 37 ◦ green 131 ◦ blue 119

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

Shades of Elm #258377

Tints of Elm #258377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.46%

R = 12.89%
G = 45.64%
B = 41.46%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#258377 (or 0x258377) is known color: Elm. HEX triplet: 25, 83 and 77. RGB value is (37,131,119). Sum of RGB (Red+Green+Blue) = 37+131+119=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 131 - color contains mainly: green. Hex color #258377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258377 is #DA7C88. Grayscale: #656565. Windows color (decimal): -14318729 or 7832357. OLE color: 7832357.

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

Color convert

RGB 37 131 119 -
CMYK 0.72 0 0.09 0.49
HSL 172.34º 0.56% 0.33% -
HSV(B) 172.34º 0.72% 0.51% -
XYZ 12.21 17.96 20.28 -
YUV 101.53 137.86 81.98 -
System Red Green Blue C M Y K H S L
Decimal 37 131 119 0.72 0 0.09 0.49 172.34 0.56 0.33
Hex 25 83 77 48 0 9 31 AC 38 21
Octal 45 203 167 110 0 11 61 254 70 41
Binary 100101 10000011 1110111 1001000 0 1001 110001 10101100 111000 100001

Color Harmonies of #258377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258377

Black with #258377

Text Example


Text Example

White with #258377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258377; }

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

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

background-color css

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

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

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

border-color css

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

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

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