Html Css Color HEX #05884D Salem

📋 copy color: '#05884D'

red 5 ◦ green 136 ◦ blue 77

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

Shades of Salem #05884D

Tints of Salem #05884D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 62.39%

 BLUE value IS 77 (30.47% from 255) = 35.32%

R = 2.29%
G = 62.39%
B = 35.32%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#05884D (or 0x05884D) is known color: Salem. HEX triplet: 05, 88 and 4D. RGB value is (5,136,77). Sum of RGB (Red+Green+Blue) = 5+136+77=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 136 (53.52% from 255 or 62.39% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 136 - color contains mainly: green. Hex color #05884D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05884D is #FA77B2. Grayscale: #5A5A5A. Windows color (decimal): -16414643 or 5081093. OLE color: 5081093.

HSL color Cylindrical-coordinate representation of color #05884D: hue angle of 152.98º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05884D is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 136 77 -
CMYK 0.96 0 0.43 0.47
HSL 152.98º 0.93% 0.28% -
HSV(B) 152.98º 0.96% 0.53% -
XYZ 10.21 18.18 9.99 -
YUV 90.11 120.6 67.3 -
System Red Green Blue C M Y K H S L
Decimal 5 136 77 0.96 0 0.43 0.47 152.98 0.93 0.28
Hex 5 88 4D 60 0 2B 2F 99 5D 1C
Octal 5 210 115 140 0 53 57 231 135 34
Binary 101 10001000 1001101 1100000 0 101011 101111 10011001 1011101 11100

Color Harmonies of #05884D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05884D

Black with #05884D

Text Example


Text Example

White with #05884D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05884D; }

 p { color: rgb(5,136,77); }

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

background-color css

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

 a { background-color: rgb(5,136,77); }

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

border-color css

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

 span { border-color: rgb(5,136,77); }

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