Html Css Color HEX #05874C Salem

📋 copy color: '#05874C'

red 5 ◦ green 135 ◦ blue 76

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

Shades of Salem #05874C

Tints of Salem #05874C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 62.5%

 BLUE value IS 76 (30.08% from 255) = 35.19%

R = 2.31%
G = 62.5%
B = 35.19%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#05874C (or 0x05874C) is known color: Salem. HEX triplet: 05, 87 and 4C. RGB value is (5,135,76). Sum of RGB (Red+Green+Blue) = 5+135+76=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 135 (53.12% from 255 or 62.5% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 135 - color contains mainly: green. Hex color #05874C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05874C is #FA78B3. Grayscale: #595959. Windows color (decimal): -16414900 or 5015301. OLE color: 5015301.

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

Color convert

RGB 5 135 76 -
CMYK 0.96 0 0.44 0.47
HSL 152.77º 0.93% 0.27% -
HSV(B) 152.77º 0.96% 0.53% -
XYZ 10.03 17.88 9.76 -
YUV 89.4 120.43 67.8 -
System Red Green Blue C M Y K H S L
Decimal 5 135 76 0.96 0 0.44 0.47 152.77 0.93 0.27
Hex 5 87 4C 60 0 2C 2F 99 5D 1B
Octal 5 207 114 140 0 54 57 231 135 33
Binary 101 10000111 1001100 1100000 0 101100 101111 10011001 1011101 11011

Color Harmonies of #05874C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05874C

Black with #05874C

Text Example


Text Example

White with #05874C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05874C; }

 p { color: rgb(5,135,76); }

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

background-color css

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

 a { background-color: rgb(5,135,76); }

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

border-color css

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

 span { border-color: rgb(5,135,76); }

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