Html Css Color HEX #5D823C Dingley

📋 copy color: '#5D823C'

red 93 ◦ green 130 ◦ blue 60

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

Shades of Dingley #5D823C

Tints of Dingley #5D823C

RGB

 RED value IS 93 (36.72% from 255) = 32.86%

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

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

R = 32.86%
G = 45.94%
B = 21.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#5D823C (or 0x5D823C) is known color: Dingley. HEX triplet: 5D, 82 and 3C. RGB value is (93,130,60). Sum of RGB (Red+Green+Blue) = 93+130+60=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #5D823C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D823C is #A27DC3. Grayscale: #6F6F6F. Windows color (decimal): -10649028 or 3965533. OLE color: 3965533.

HSL color Cylindrical-coordinate representation of color #5D823C: hue angle of 91.71º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D823C is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 93 130 60 -
CMYK 0.28 0 0.54 0.49
HSL 91.71º 0.37% 0.37% -
HSV(B) 91.71º 0.54% 0.51% -
XYZ 13.31 18.62 7.17 -
YUV 110.96 99.24 115.19 -
System Red Green Blue C M Y K H S L
Decimal 93 130 60 0.28 0 0.54 0.49 91.71 0.37 0.37
Hex 5D 82 3C 1C 0 36 31 5C 25 25
Octal 135 202 74 34 0 66 61 134 45 45
Binary 1011101 10000010 111100 11100 0 110110 110001 1011100 100101 100101

Color Harmonies of #5D823C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D823C

Black with #5D823C

Text Example


Text Example

White with #5D823C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,130,60); }

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

background-color css

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

 a { background-color: rgb(93,130,60); }

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

border-color css

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

 span { border-color: rgb(93,130,60); }

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