Html Css Color HEX #05853C Salem

📋 copy color: '#05853C'

red 5 ◦ green 133 ◦ blue 60

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

Shades of Salem #05853C

Tints of Salem #05853C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 67.17%

 BLUE value IS 60 (23.83% from 255) = 30.3%

R = 2.53%
G = 67.17%
B = 30.3%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#05853C (or 0x05853C) is known color: Salem. HEX triplet: 05, 85 and 3C. RGB value is (5,133,60). Sum of RGB (Red+Green+Blue) = 5+133+60=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 133 (52.34% from 255 or 67.17% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 133 - color contains mainly: green. Hex color #05853C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05853C is #FA7AC3. Grayscale: #565656. Windows color (decimal): -16415428 or 3966213. OLE color: 3966213.

HSL color Cylindrical-coordinate representation of color #05853C: hue angle of 145.78º 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 #05853C is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 133 60 -
CMYK 0.96 0 0.55 0.48
HSL 145.78º 0.93% 0.27% -
HSV(B) 145.78º 0.96% 0.52% -
XYZ 9.27 17.13 7.09 -
YUV 86.41 113.09 69.94 -
System Red Green Blue C M Y K H S L
Decimal 5 133 60 0.96 0 0.55 0.48 145.78 0.93 0.27
Hex 5 85 3C 60 0 37 30 92 5D 1B
Octal 5 205 74 140 0 67 60 222 135 33
Binary 101 10000101 111100 1100000 0 110111 110000 10010010 1011101 11011

Color Harmonies of #05853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05853C

Black with #05853C

Text Example


Text Example

White with #05853C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,133,60); }

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

background-color css

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

 a { background-color: rgb(5,133,60); }

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

border-color css

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

 span { border-color: rgb(5,133,60); }

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