Html Css Color HEX #05844F Salem

📋 copy color: '#05844F'

red 5 ◦ green 132 ◦ blue 79

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

Shades of Salem #05844F

Tints of Salem #05844F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 61.11%

 BLUE value IS 79 (31.25% from 255) = 36.57%

R = 2.31%
G = 61.11%
B = 36.57%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#05844F (or 0x05844F) is known color: Salem. HEX triplet: 05, 84 and 4F. RGB value is (5,132,79). Sum of RGB (Red+Green+Blue) = 5+132+79=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 132 (51.95% from 255 or 61.11% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 132 - color contains mainly: green. Hex color #05844F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05844F is #FA7BB0. Grayscale: #585858. Windows color (decimal): -16415665 or 5211141. OLE color: 5211141.

HSL color Cylindrical-coordinate representation of color #05844F: hue angle of 154.96º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05844F is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 132 79 -
CMYK 0.96 0 0.40 0.48
HSL 154.96º 0.93% 0.27% -
HSV(B) 154.96º 0.96% 0.52% -
XYZ 9.73 17.1 10.19 -
YUV 87.99 122.92 68.81 -
System Red Green Blue C M Y K H S L
Decimal 5 132 79 0.96 0 0.40 0.48 154.96 0.93 0.27
Hex 5 84 4F 60 0 28 30 9B 5D 1B
Octal 5 204 117 140 0 50 60 233 135 33
Binary 101 10000100 1001111 1100000 0 101000 110000 10011011 1011101 11011

Color Harmonies of #05844F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05844F

Black with #05844F

Text Example


Text Example

White with #05844F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05844F; }

 p { color: rgb(5,132,79); }

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

background-color css

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

 a { background-color: rgb(5,132,79); }

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

border-color css

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

 span { border-color: rgb(5,132,79); }

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