Html Css Color HEX #05853D Salem

📋 copy color: '#05853D'

red 5 ◦ green 133 ◦ blue 61

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

Shades of Salem #05853D

Tints of Salem #05853D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.65%

R = 2.51%
G = 66.83%
B = 30.65%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#05853D (or 0x05853D) is known color: Salem. HEX triplet: 05, 85 and 3D. RGB value is (5,133,61). Sum of RGB (Red+Green+Blue) = 5+133+61=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 133 (52.34% from 255 or 66.83% from 199); Blue value is 61 (24.22% from 255 or 30.65% from 199); Max value from RGB is 133 - color contains mainly: green. Hex color #05853D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05853D is #FA7AC2. Grayscale: #565656. Windows color (decimal): -16415427 or 4031749. OLE color: 4031749.

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

Color convert

RGB 5 133 61 -
CMYK 0.96 0 0.54 0.48
HSL 146.25º 0.93% 0.27% -
HSV(B) 146.25º 0.96% 0.52% -
XYZ 9.29 17.14 7.23 -
YUV 86.52 113.59 69.85 -
System Red Green Blue C M Y K H S L
Decimal 5 133 61 0.96 0 0.54 0.48 146.25 0.93 0.27
Hex 5 85 3D 60 0 36 30 92 5D 1B
Octal 5 205 75 140 0 66 60 222 135 33
Binary 101 10000101 111101 1100000 0 110110 110000 10010010 1011101 11011

Color Harmonies of #05853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05853D

Black with #05853D

Text Example


Text Example

White with #05853D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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