Html Css Color HEX #058142 Salem

📋 copy color: '#058142'

red 5 ◦ green 129 ◦ blue 66

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

Shades of Salem #058142

Tints of Salem #058142

RGB

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

 GREEN value IS 129 (50.78% from 255) = 64.5%

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

R = 2.5%
G = 64.5%
B = 33%

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

#058142 (or 0x058142) is known color: Salem. HEX triplet: 05, 81 and 42. RGB value is (5,129,66). Sum of RGB (Red+Green+Blue) = 5+129+66=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 129 (50.78% from 255 or 64.5% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 129 - color contains mainly: green. Hex color #058142 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058142 is #FA7EBD. Grayscale: #545454. Windows color (decimal): -16416446 or 4358405. OLE color: 4358405.

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

Color convert

RGB 5 129 66 -
CMYK 0.96 0 0.49 0.49
HSL 149.52º 0.93% 0.26% -
HSV(B) 149.52º 0.96% 0.51% -
XYZ 8.9 16.13 7.8 -
YUV 84.74 117.42 71.12 -
System Red Green Blue C M Y K H S L
Decimal 5 129 66 0.96 0 0.49 0.49 149.52 0.93 0.26
Hex 5 81 42 60 0 31 31 96 5D 1A
Octal 5 201 102 140 0 61 61 226 135 32
Binary 101 10000001 1000010 1100000 0 110001 110001 10010110 1011101 11010

Color Harmonies of #058142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058142

Black with #058142

Text Example


Text Example

White with #058142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058142; }

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

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

background-color css

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

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

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

border-color css

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

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

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