Html Css Color HEX #5C853D Dingley

📋 copy color: '#5C853D'

red 92 ◦ green 133 ◦ blue 61

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

Shades of Dingley #5C853D

Tints of Dingley #5C853D

RGB

 RED value IS 92 (36.33% from 255) = 32.17%

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

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

R = 32.17%
G = 46.5%
B = 21.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#5C853D (or 0x5C853D) is known color: Dingley. HEX triplet: 5C, 85 and 3D. RGB value is (92,133,61). Sum of RGB (Red+Green+Blue) = 92+133+61=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #5C853D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C853D is #A37AC2. Grayscale: #707070. Windows color (decimal): -10713795 or 4031836. OLE color: 4031836.

HSL color Cylindrical-coordinate representation of color #5C853D: hue angle of 94.17º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C853D is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 92 133 61 -
CMYK 0.31 0 0.54 0.48
HSL 94.17º 0.37% 0.38% -
HSV(B) 94.17º 0.54% 0.52% -
XYZ 13.64 19.39 7.44 -
YUV 112.53 98.92 113.35 -
System Red Green Blue C M Y K H S L
Decimal 92 133 61 0.31 0 0.54 0.48 94.17 0.37 0.38
Hex 5C 85 3D 1F 0 36 30 5E 25 26
Octal 134 205 75 37 0 66 60 136 45 46
Binary 1011100 10000101 111101 11111 0 110110 110000 1011110 100101 100110

Color Harmonies of #5C853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C853D

Black with #5C853D

Text Example


Text Example

White with #5C853D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C853D; }

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

 H1.HeaderClassName
 {
   color: #5C853D;
 }
 .AnyTagClassName
 {
   color: #5C853D;
 }
</style>

background-color css

<style>
 a { background-color: #5C853D; }

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

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

border-color css

<style>
 span { border-color: #5C853D; }

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

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