Html Css Color HEX #5C813F Dingley

📋 copy color: '#5C813F'

red 92 ◦ green 129 ◦ blue 63

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

Shades of Dingley #5C813F

Tints of Dingley #5C813F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.42%

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

R = 32.39%
G = 45.42%
B = 22.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#5C813F (or 0x5C813F) is known color: Dingley. HEX triplet: 5C, 81 and 3F. RGB value is (92,129,63). Sum of RGB (Red+Green+Blue) = 92+129+63=284 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.39% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #5C813F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C813F is #A37EC0. Grayscale: #6E6E6E. Windows color (decimal): -10714817 or 4161884. OLE color: 4161884.

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

Color convert

RGB 92 129 63 -
CMYK 0.29 0 0.51 0.49
HSL 93.64º 0.34% 0.38% -
HSV(B) 93.64º 0.51% 0.51% -
XYZ 13.16 18.33 7.55 -
YUV 110.41 101.24 114.87 -
System Red Green Blue C M Y K H S L
Decimal 92 129 63 0.29 0 0.51 0.49 93.64 0.34 0.38
Hex 5C 81 3F 1D 0 33 31 5E 22 26
Octal 134 201 77 35 0 63 61 136 42 46
Binary 1011100 10000001 111111 11101 0 110011 110001 1011110 100010 100110

Color Harmonies of #5C813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C813F

Black with #5C813F

Text Example


Text Example

White with #5C813F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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