Html Css Color HEX #5C863F Dingley

📋 copy color: '#5C863F'

red 92 ◦ green 134 ◦ blue 63

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

Shades of Dingley #5C863F

Tints of Dingley #5C863F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.8%

R = 31.83%
G = 46.37%
B = 21.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#5C863F (or 0x5C863F) is known color: Dingley. HEX triplet: 5C, 86 and 3F. RGB value is (92,134,63). Sum of RGB (Red+Green+Blue) = 92+134+63=289 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.83% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #5C863F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C863F is #A379C0. Grayscale: #717171. Windows color (decimal): -10713537 or 4163164. OLE color: 4163164.

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

Color convert

RGB 92 134 63 -
CMYK 0.31 0 0.53 0.47
HSL 95.49º 0.36% 0.39% -
HSV(B) 95.49º 0.53% 0.53% -
XYZ 13.84 19.68 7.77 -
YUV 113.35 99.59 112.77 -
System Red Green Blue C M Y K H S L
Decimal 92 134 63 0.31 0 0.53 0.47 95.49 0.36 0.39
Hex 5C 86 3F 1F 0 35 2F 5F 24 27
Octal 134 206 77 37 0 65 57 137 44 47
Binary 1011100 10000110 111111 11111 0 110101 101111 1011111 100100 100111

Color Harmonies of #5C863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C863F

Black with #5C863F

Text Example


Text Example

White with #5C863F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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