Html Css Color HEX #05853F Salem

📋 copy color: '#05853F'

red 5 ◦ green 133 ◦ blue 63

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

Shades of Salem #05853F

Tints of Salem #05853F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.34%

R = 2.49%
G = 66.17%
B = 31.34%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#05853F (or 0x05853F) is known color: Salem. HEX triplet: 05, 85 and 3F. RGB value is (5,133,63). Sum of RGB (Red+Green+Blue) = 5+133+63=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 133 (52.34% from 255 or 66.17% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 133 - color contains mainly: green. Hex color #05853F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05853F is #FA7AC0. Grayscale: #565656. Windows color (decimal): -16415425 or 4162821. OLE color: 4162821.

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

Color convert

RGB 5 133 63 -
CMYK 0.96 0 0.53 0.48
HSL 147.19º 0.93% 0.27% -
HSV(B) 147.19º 0.96% 0.52% -
XYZ 9.35 17.17 7.52 -
YUV 86.75 114.59 69.69 -
System Red Green Blue C M Y K H S L
Decimal 5 133 63 0.96 0 0.53 0.48 147.19 0.93 0.27
Hex 5 85 3F 60 0 35 30 93 5D 1B
Octal 5 205 77 140 0 65 60 223 135 33
Binary 101 10000101 111111 1100000 0 110101 110000 10010011 1011101 11011

Color Harmonies of #05853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05853F

Black with #05853F

Text Example


Text Example

White with #05853F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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