Html Css Color HEX #058348 Salem

📋 copy color: '#058348'

red 5 ◦ green 131 ◦ blue 72

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

Shades of Salem #058348

Tints of Salem #058348

RGB

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

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

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

R = 2.4%
G = 62.98%
B = 34.62%

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

#058348 (or 0x058348) is known color: Salem. HEX triplet: 05, 83 and 48. RGB value is (5,131,72). Sum of RGB (Red+Green+Blue) = 5+131+72=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 131 (51.56% from 255 or 62.98% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 131 - color contains mainly: green. Hex color #058348 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058348 is #FA7CB7. Grayscale: #565656. Windows color (decimal): -16415928 or 4752133. OLE color: 4752133.

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

Color convert

RGB 5 131 72 -
CMYK 0.96 0 0.45 0.49
HSL 151.9º 0.93% 0.27% -
HSV(B) 151.9º 0.96% 0.51% -
XYZ 9.35 16.73 8.87 -
YUV 86.6 119.76 69.8 -
System Red Green Blue C M Y K H S L
Decimal 5 131 72 0.96 0 0.45 0.49 151.9 0.93 0.27
Hex 5 83 48 60 0 2D 31 98 5D 1B
Octal 5 203 110 140 0 55 61 230 135 33
Binary 101 10000011 1001000 1100000 0 101101 110001 10011000 1011101 11011

Color Harmonies of #058348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058348

Black with #058348

Text Example


Text Example

White with #058348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058348; }

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

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

background-color css

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

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

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

border-color css

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

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

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