Html Css Color HEX #058342 Salem

📋 copy color: '#058342'

red 5 ◦ green 131 ◦ blue 66

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

Shades of Salem #058342

Tints of Salem #058342

RGB

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

 GREEN value IS 131 (51.56% from 255) = 64.85%

 BLUE value IS 66 (26.17% from 255) = 32.67%

R = 2.48%
G = 64.85%
B = 32.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#058342 (or 0x058342) is known color: Salem. HEX triplet: 05, 83 and 42. RGB value is (5,131,66). Sum of RGB (Red+Green+Blue) = 5+131+66=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 131 (51.56% from 255 or 64.85% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 131 - color contains mainly: green. Hex color #058342 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058342 is #FA7CBD. Grayscale: #565656. Windows color (decimal): -16415934 or 4358917. OLE color: 4358917.

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

Color convert

RGB 5 131 66 -
CMYK 0.96 0 0.50 0.49
HSL 149.05º 0.93% 0.27% -
HSV(B) 149.05º 0.96% 0.51% -
XYZ 9.16 16.66 7.89 -
YUV 85.92 116.76 70.29 -
System Red Green Blue C M Y K H S L
Decimal 5 131 66 0.96 0 0.50 0.49 149.05 0.93 0.27
Hex 5 83 42 60 0 32 31 95 5D 1B
Octal 5 203 102 140 0 62 61 225 135 33
Binary 101 10000011 1000010 1100000 0 110010 110001 10010101 1011101 11011

Color Harmonies of #058342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058342

Black with #058342

Text Example


Text Example

White with #058342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058342; }

 p { color: rgb(5,131,66); }

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

background-color css

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

 a { background-color: rgb(5,131,66); }

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

border-color css

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

 span { border-color: rgb(5,131,66); }

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