Html Css Color HEX #058248 Salem

📋 copy color: '#058248'

red 5 ◦ green 130 ◦ blue 72

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

Shades of Salem #058248

Tints of Salem #058248

RGB

 RED value IS 5 (2.34% from 255) = 2.42%

 GREEN value IS 130 (51.17% from 255) = 62.8%

 BLUE value IS 72 (28.52% from 255) = 34.78%

R = 2.42%
G = 62.8%
B = 34.78%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#058248 (or 0x058248) is known color: Salem. HEX triplet: 05, 82 and 48. RGB value is (5,130,72). Sum of RGB (Red+Green+Blue) = 5+130+72=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 130 (51.17% from 255 or 62.80% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 130 - color contains mainly: green. Hex color #058248 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058248 is #FA7DB7. Grayscale: #565656. Windows color (decimal): -16416184 or 4751877. OLE color: 4751877.

HSL color Cylindrical-coordinate representation of color #058248: hue angle of 152.16º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058248 is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 130 72 -
CMYK 0.96 0 0.45 0.49
HSL 152.16º 0.93% 0.26% -
HSV(B) 152.16º 0.96% 0.51% -
XYZ 9.21 16.47 8.82 -
YUV 86.01 120.09 70.22 -
System Red Green Blue C M Y K H S L
Decimal 5 130 72 0.96 0 0.45 0.49 152.16 0.93 0.26
Hex 5 82 48 60 0 2D 31 98 5D 1A
Octal 5 202 110 140 0 55 61 230 135 32
Binary 101 10000010 1001000 1100000 0 101101 110001 10011000 1011101 11010

Color Harmonies of #058248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058248

Black with #058248

Text Example


Text Example

White with #058248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058248; }

 p { color: rgb(5,130,72); }

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

background-color css

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

 a { background-color: rgb(5,130,72); }

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

border-color css

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

 span { border-color: rgb(5,130,72); }

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