Html Css Color HEX #258378 Elm

📋 copy color: '#258378'

red 37 ◦ green 131 ◦ blue 120

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

Shades of Elm #258378

Tints of Elm #258378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.67%

R = 12.85%
G = 45.49%
B = 41.67%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#258378 (or 0x258378) is known color: Elm. HEX triplet: 25, 83 and 78. RGB value is (37,131,120). Sum of RGB (Red+Green+Blue) = 37+131+120=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #258378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258378 is #DA7C87. Grayscale: #656565. Windows color (decimal): -14318728 or 7897893. OLE color: 7897893.

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

Color convert

RGB 37 131 120 -
CMYK 0.72 0 0.08 0.49
HSL 172.98º 0.56% 0.33% -
HSV(B) 172.98º 0.72% 0.51% -
XYZ 12.27 17.98 20.59 -
YUV 101.64 138.36 81.89 -
System Red Green Blue C M Y K H S L
Decimal 37 131 120 0.72 0 0.08 0.49 172.98 0.56 0.33
Hex 25 83 78 48 0 8 31 AD 38 21
Octal 45 203 170 110 0 10 61 255 70 41
Binary 100101 10000011 1111000 1001000 0 1000 110001 10101101 111000 100001

Color Harmonies of #258378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258378

Black with #258378

Text Example


Text Example

White with #258378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258378; }

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

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

background-color css

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

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

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

border-color css

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

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

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