Html Css Color HEX #258474 Elm

📋 copy color: '#258474'

red 37 ◦ green 132 ◦ blue 116

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

Shades of Elm #258474

Tints of Elm #258474

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.32%

 BLUE value IS 116 (45.7% from 255) = 40.7%

R = 12.98%
G = 46.32%
B = 40.7%

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

#258474 (or 0x258474) is known color: Elm. HEX triplet: 25, 84 and 74. RGB value is (37,132,116). Sum of RGB (Red+Green+Blue) = 37+132+116=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #258474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258474 is #DA7B8B. Grayscale: #656565. Windows color (decimal): -14318476 or 7636005. OLE color: 7636005.

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

Color convert

RGB 37 132 116 -
CMYK 0.72 0 0.12 0.48
HSL 169.89º 0.56% 0.33% -
HSV(B) 169.89º 0.72% 0.52% -
XYZ 12.17 18.16 19.39 -
YUV 101.77 136.03 81.8 -
System Red Green Blue C M Y K H S L
Decimal 37 132 116 0.72 0 0.12 0.48 169.89 0.56 0.33
Hex 25 84 74 48 0 C 30 AA 38 21
Octal 45 204 164 110 0 14 60 252 70 41
Binary 100101 10000100 1110100 1001000 0 1100 110000 10101010 111000 100001

Color Harmonies of #258474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258474

Black with #258474

Text Example


Text Example

White with #258474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258474; }

 p { color: rgb(37,132,116); }

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

background-color css

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

 a { background-color: rgb(37,132,116); }

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

border-color css

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

 span { border-color: rgb(37,132,116); }

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