Html Css Color HEX #058942 Salem

📋 copy color: '#058942'

red 5 ◦ green 137 ◦ blue 66

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

Shades of Salem #058942

Tints of Salem #058942

RGB

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

 GREEN value IS 137 (53.91% from 255) = 65.87%

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

R = 2.4%
G = 65.87%
B = 31.73%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#058942 (or 0x058942) is known color: Salem. HEX triplet: 05, 89 and 42. RGB value is (5,137,66). Sum of RGB (Red+Green+Blue) = 5+137+66=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 137 (53.91% from 255 or 65.87% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 137 - color contains mainly: green. Hex color #058942 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058942 is #FA76BD. Grayscale: #595959. Windows color (decimal): -16414398 or 4360453. OLE color: 4360453.

HSL color Cylindrical-coordinate representation of color #058942: hue angle of 147.73º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058942 is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 137 66 -
CMYK 0.96 0 0.52 0.46
HSL 147.73º 0.93% 0.28% -
HSV(B) 147.73º 0.96% 0.54% -
XYZ 9.99 18.32 8.16 -
YUV 89.44 114.77 67.77 -
System Red Green Blue C M Y K H S L
Decimal 5 137 66 0.96 0 0.52 0.46 147.73 0.93 0.28
Hex 5 89 42 60 0 34 2E 94 5D 1C
Octal 5 211 102 140 0 64 56 224 135 34
Binary 101 10001001 1000010 1100000 0 110100 101110 10010100 1011101 11100

Color Harmonies of #058942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058942

Black with #058942

Text Example


Text Example

White with #058942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058942; }

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

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

background-color css

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

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

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

border-color css

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

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

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