Html Css Color HEX #258076 Elm

📋 copy color: '#258076'

red 37 ◦ green 128 ◦ blue 118

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

Shades of Elm #258076

Tints of Elm #258076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.7%

R = 13.07%
G = 45.23%
B = 41.7%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#258076 (or 0x258076) is known color: Elm. HEX triplet: 25, 80 and 76. RGB value is (37,128,118). Sum of RGB (Red+Green+Blue) = 37+128+118=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 128 - color contains mainly: green. Hex color #258076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #258076 is #DA7F89. Grayscale: #636363. Windows color (decimal): -14319498 or 7766053. OLE color: 7766053.

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

Color convert

RGB 37 128 118 -
CMYK 0.71 0 0.08 0.50
HSL 173.41º 0.55% 0.32% -
HSV(B) 173.41º 0.71% 0.5% -
XYZ 11.75 17.14 19.83 -
YUV 99.65 138.35 83.31 -
System Red Green Blue C M Y K H S L
Decimal 37 128 118 0.71 0 0.08 0.50 173.41 0.55 0.32
Hex 25 80 76 47 0 8 32 AD 37 20
Octal 45 200 166 107 0 10 62 255 67 40
Binary 100101 10000000 1110110 1000111 0 1000 110010 10101101 110111 100000

Color Harmonies of #258076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258076

Black with #258076

Text Example


Text Example

White with #258076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258076; }

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

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

background-color css

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

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

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

border-color css

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

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

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