#5C873D

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

Shades of Dingley #5C873D

Tints of Dingley #5C873D

Color information

#5C873D (or 0x5C873D) is unknown color: approx Dingley. HEX triplet: 5C, 87 and 3D. RGB value is (92,135,61). Sum of RGB (Red+Green+Blue) = 92+135+61=288 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.94% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 135 - color contains mainly: green. Hex color #5C873D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C873D is #A378C2. Grayscale: #717171. Windows color (decimal): -10713283 or 4032348. OLE color: 4032348.

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

Color convert

RGB9213561-
CMYK0.3200.550.47
HSL94.86º37.76%38.43%-
HSV(B)94.86º54.81%52.94%-
XYZ13.9219.947.53-
YUV113.7198.25112.52-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.94%
GREEN value IS 135 (53.12% from 255) = 46.88%
BLUE value IS 61 (24.22% from 255) = 21.18%
R=31.94%
G=46.88%
B=21.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal92135610.3200.550.4794.8637.7638.43
Hex5C873D200372F5f2626
Octal1342077540067571374646
Binary10111001000011111110110000001101111011111011111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C873D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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