Html Css Color HEX #258073 Elm

📋 copy color: '#258073'

red 37 ◦ green 128 ◦ blue 115

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

Shades of Elm #258073

Tints of Elm #258073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.71%

 BLUE value IS 115 (45.31% from 255) = 41.07%

R = 13.21%
G = 45.71%
B = 41.07%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#258073 (or 0x258073) is known color: Elm. HEX triplet: 25, 80 and 73. RGB value is (37,128,115). Sum of RGB (Red+Green+Blue) = 37+128+115=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #258073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258073 is #DA7F8C. Grayscale: #636363. Windows color (decimal): -14319501 or 7569445. OLE color: 7569445.

HSL color Cylindrical-coordinate representation of color #258073: hue angle of 171.43º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #258073 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 128 115 -
CMYK 0.71 0 0.10 0.50
HSL 171.43º 0.55% 0.32% -
HSV(B) 171.43º 0.71% 0.5% -
XYZ 11.58 17.07 18.9 -
YUV 99.31 136.85 83.56 -
System Red Green Blue C M Y K H S L
Decimal 37 128 115 0.71 0 0.10 0.50 171.43 0.55 0.32
Hex 25 80 73 47 0 A 32 AB 37 20
Octal 45 200 163 107 0 12 62 253 67 40
Binary 100101 10000000 1110011 1000111 0 1010 110010 10101011 110111 100000

Color Harmonies of #258073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258073

Black with #258073

Text Example


Text Example

White with #258073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258073; }

 p { color: rgb(37,128,115); }

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

background-color css

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

 a { background-color: rgb(37,128,115); }

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

border-color css

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

 span { border-color: rgb(37,128,115); }

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