Html Css Color HEX #05824E Salem

📋 copy color: '#05824E'

red 5 ◦ green 130 ◦ blue 78

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

Shades of Salem #05824E

Tints of Salem #05824E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 61.03%

 BLUE value IS 78 (30.86% from 255) = 36.62%

R = 2.35%
G = 61.03%
B = 36.62%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#05824E (or 0x05824E) is known color: Salem. HEX triplet: 05, 82 and 4E. RGB value is (5,130,78). Sum of RGB (Red+Green+Blue) = 5+130+78=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 130 (51.17% from 255 or 61.03% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 130 - color contains mainly: green. Hex color #05824E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05824E is #FA7DB1. Grayscale: #565656. Windows color (decimal): -16416178 or 5145093. OLE color: 5145093.

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

Color convert

RGB 5 130 78 -
CMYK 0.96 0 0.40 0.49
HSL 155.04º 0.93% 0.26% -
HSV(B) 155.04º 0.96% 0.51% -
XYZ 9.42 16.55 9.91 -
YUV 86.7 123.09 69.73 -
System Red Green Blue C M Y K H S L
Decimal 5 130 78 0.96 0 0.40 0.49 155.04 0.93 0.26
Hex 5 82 4E 60 0 28 31 9B 5D 1A
Octal 5 202 116 140 0 50 61 233 135 32
Binary 101 10000010 1001110 1100000 0 101000 110001 10011011 1011101 11010

Color Harmonies of #05824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05824E

Black with #05824E

Text Example


Text Example

White with #05824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05824E; }

 p { color: rgb(5,130,78); }

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

background-color css

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

 a { background-color: rgb(5,130,78); }

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

border-color css

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

 span { border-color: rgb(5,130,78); }

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