Html Css Color HEX #258372 Elm

📋 copy color: '#258372'

red 37 ◦ green 131 ◦ blue 114

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

Shades of Elm #258372

Tints of Elm #258372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.43%

R = 13.12%
G = 46.45%
B = 40.43%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#258372 (or 0x258372) is known color: Elm. HEX triplet: 25, 83 and 72. RGB value is (37,131,114). Sum of RGB (Red+Green+Blue) = 37+131+114=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #258372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258372 is #DA7C8D. Grayscale: #646464. Windows color (decimal): -14318734 or 7504677. OLE color: 7504677.

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

Color convert

RGB 37 131 114 -
CMYK 0.72 0 0.13 0.49
HSL 169.15º 0.56% 0.33% -
HSV(B) 169.15º 0.72% 0.51% -
XYZ 11.92 17.84 18.74 -
YUV 100.96 135.36 82.38 -
System Red Green Blue C M Y K H S L
Decimal 37 131 114 0.72 0 0.13 0.49 169.15 0.56 0.33
Hex 25 83 72 48 0 D 31 A9 38 21
Octal 45 203 162 110 0 15 61 251 70 41
Binary 100101 10000011 1110010 1001000 0 1101 110001 10101001 111000 100001

Color Harmonies of #258372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258372

Black with #258372

Text Example


Text Example

White with #258372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258372; }

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

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

background-color css

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

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

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

border-color css

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

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

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