Html Css Color HEX #058242 Salem

📋 copy color: '#058242'

red 5 ◦ green 130 ◦ blue 66

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

Shades of Salem #058242

Tints of Salem #058242

RGB

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

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

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

R = 2.49%
G = 64.68%
B = 32.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#058242 (or 0x058242) is known color: Salem. HEX triplet: 05, 82 and 42. RGB value is (5,130,66). Sum of RGB (Red+Green+Blue) = 5+130+66=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 130 (51.17% from 255 or 64.68% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 130 - color contains mainly: green. Hex color #058242 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058242 is #FA7DBD. Grayscale: #555555. Windows color (decimal): -16416190 or 4358661. OLE color: 4358661.

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

Color convert

RGB 5 130 66 -
CMYK 0.96 0 0.49 0.49
HSL 149.28º 0.93% 0.26% -
HSV(B) 149.28º 0.96% 0.51% -
XYZ 9.03 16.39 7.84 -
YUV 85.33 117.09 70.7 -
System Red Green Blue C M Y K H S L
Decimal 5 130 66 0.96 0 0.49 0.49 149.28 0.93 0.26
Hex 5 82 42 60 0 31 31 95 5D 1A
Octal 5 202 102 140 0 61 61 225 135 32
Binary 101 10000010 1000010 1100000 0 110001 110001 10010101 1011101 11010

Color Harmonies of #058242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058242

Black with #058242

Text Example


Text Example

White with #058242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058242; }

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

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

background-color css

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

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

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

border-color css

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

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

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