Html Css Color HEX #058341 Salem

📋 copy color: '#058341'

red 5 ◦ green 131 ◦ blue 65

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

Shades of Salem #058341

Tints of Salem #058341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.34%

R = 2.49%
G = 65.17%
B = 32.34%

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

#058341 (or 0x058341) is known color: Salem. HEX triplet: 05, 83 and 41. RGB value is (5,131,65). Sum of RGB (Red+Green+Blue) = 5+131+65=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 131 (51.56% from 255 or 65.17% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 131 - color contains mainly: green. Hex color #058341 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058341 is #FA7CBE. Grayscale: #555555. Windows color (decimal): -16415935 or 4293381. OLE color: 4293381.

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

Color convert

RGB 5 131 65 -
CMYK 0.96 0 0.50 0.49
HSL 148.57º 0.93% 0.27% -
HSV(B) 148.57º 0.96% 0.51% -
XYZ 9.13 16.65 7.73 -
YUV 85.8 116.26 70.37 -
System Red Green Blue C M Y K H S L
Decimal 5 131 65 0.96 0 0.50 0.49 148.57 0.93 0.27
Hex 5 83 41 60 0 32 31 95 5D 1B
Octal 5 203 101 140 0 62 61 225 135 33
Binary 101 10000011 1000001 1100000 0 110010 110001 10010101 1011101 11011

Color Harmonies of #058341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058341

Black with #058341

Text Example


Text Example

White with #058341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058341; }

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

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

background-color css

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

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

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

border-color css

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

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

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