#5C863D

Color #5C863D Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #5C863D

Tints of Dingley #5C863D

Color information

#5C863D (or 0x5C863D) is unknown color: approx Dingley. HEX triplet: 5C, 86 and 3D. RGB value is (92,134,61). Sum of RGB (Red+Green+Blue) = 92+134+61=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #5C863D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C863D is #A379C2. Grayscale: #717171. Windows color (decimal): -10713539 or 4032092. OLE color: 4032092.

HSL color Cylindrical-coordinate representation of color #5C863D: hue angle of 94.52º 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 #5C863D is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB9213461-
CMYK0.3100.540.47
HSL94.52º37.44%38.24%-
HSV(B)94.52º54.48%52.55%-
XYZ13.7819.667.48-
YUV113.1298.59112.94-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.06%
GREEN value IS 134 (52.73% from 255) = 46.69%
BLUE value IS 61 (24.22% from 255) = 21.25%
R=32.06%
G=46.69%
B=21.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal92134610.3100.540.4794.5237.4438.24
Hex5C863D1F0362F5f2526
Octal1342067537066571374546
Binary1011100100001101111011111101101101011111011111100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C863D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C863D;
 }
 .AnyTagClassName
 {
   color: #5C863D;
 }
</style>
background-color css

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

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

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

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

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

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