Html Css Color HEX #258049 Salem

📋 copy color: '#258049'

red 37 ◦ green 128 ◦ blue 73

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

Shades of Salem #258049

Tints of Salem #258049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 30.67%

R = 15.55%
G = 53.78%
B = 30.67%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#258049 (or 0x258049) is known color: Salem. HEX triplet: 25, 80 and 49. RGB value is (37,128,73). Sum of RGB (Red+Green+Blue) = 37+128+73=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 128 (50.39% from 255 or 53.78% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 128 - color contains mainly: green. Hex color #258049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258049 is #DA7FB6. Grayscale: #5E5E5E. Windows color (decimal): -14319543 or 4816933. OLE color: 4816933.

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

Color convert

RGB 37 128 73 -
CMYK 0.71 0 0.43 0.50
HSL 143.74º 0.55% 0.32% -
HSV(B) 143.74º 0.71% 0.5% -
XYZ 9.68 16.31 8.94 -
YUV 94.52 115.85 86.97 -
System Red Green Blue C M Y K H S L
Decimal 37 128 73 0.71 0 0.43 0.50 143.74 0.55 0.32
Hex 25 80 49 47 0 2B 32 90 37 20
Octal 45 200 111 107 0 53 62 220 67 40
Binary 100101 10000000 1001001 1000111 0 101011 110010 10010000 110111 100000

Color Harmonies of #258049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258049

Black with #258049

Text Example


Text Example

White with #258049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258049; }

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

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

background-color css

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

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

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

border-color css

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

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

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