Html Css Color HEX #258780 Elm

📋 copy color: '#258780'

red 37 ◦ green 135 ◦ blue 128

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

Shades of Elm #258780

Tints of Elm #258780

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45%

 BLUE value IS 128 (50.39% from 255) = 42.67%

R = 12.33%
G = 45%
B = 42.67%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#258780 (or 0x258780) is known color: Elm. HEX triplet: 25, 87 and 80. RGB value is (37,135,128). Sum of RGB (Red+Green+Blue) = 37+135+128=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #258780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258780 is #DA787F. Grayscale: #686868. Windows color (decimal): -14317696 or 8423205. OLE color: 8423205.

HSL color Cylindrical-coordinate representation of color #258780: hue angle of 175.71º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258780 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 37 135 128 -
CMYK 0.73 0 0.05 0.47
HSL 175.71º 0.57% 0.34% -
HSV(B) 175.71º 0.73% 0.53% -
XYZ 13.32 19.28 23.44 -
YUV 104.9 141.03 79.57 -
System Red Green Blue C M Y K H S L
Decimal 37 135 128 0.73 0 0.05 0.47 175.71 0.57 0.34
Hex 25 87 80 49 0 5 2F B0 39 22
Octal 45 207 200 111 0 5 57 260 71 42
Binary 100101 10000111 10000000 1001001 0 101 101111 10110000 111001 100010

Color Harmonies of #258780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258780

Black with #258780

Text Example


Text Example

White with #258780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258780; }

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

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

background-color css

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

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

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

border-color css

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

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

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