Html Css Color HEX #5B863E Dingley

📋 copy color: '#5B863E'

red 91 ◦ green 134 ◦ blue 62

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

Shades of Dingley #5B863E

Tints of Dingley #5B863E

RGB

 RED value IS 91 (35.94% from 255) = 31.71%

 GREEN value IS 134 (52.73% from 255) = 46.69%

 BLUE value IS 62 (24.61% from 255) = 21.6%

R = 31.71%
G = 46.69%
B = 21.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#5B863E (or 0x5B863E) is known color: Dingley. HEX triplet: 5B, 86 and 3E. RGB value is (91,134,62). Sum of RGB (Red+Green+Blue) = 91+134+62=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #5B863E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B863E is #A479C1. Grayscale: #717171. Windows color (decimal): -10779074 or 4097627. OLE color: 4097627.

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

Color convert

RGB 91 134 62 -
CMYK 0.32 0 0.54 0.47
HSL 95.83º 0.37% 0.38% -
HSV(B) 95.83º 0.54% 0.53% -
XYZ 13.71 19.62 7.62 -
YUV 112.94 99.25 112.35 -
System Red Green Blue C M Y K H S L
Decimal 91 134 62 0.32 0 0.54 0.47 95.83 0.37 0.38
Hex 5B 86 3E 20 0 36 2F 60 25 26
Octal 133 206 76 40 0 66 57 140 45 46
Binary 1011011 10000110 111110 100000 0 110110 101111 1100000 100101 100110

Color Harmonies of #5B863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B863E

Black with #5B863E

Text Example


Text Example

White with #5B863E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,134,62); }

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

background-color css

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

 a { background-color: rgb(91,134,62); }

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

border-color css

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

 span { border-color: rgb(91,134,62); }

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