Html Css Color HEX #5C8243 Dingley

📋 copy color: '#5C8243'

red 92 ◦ green 130 ◦ blue 67

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

Shades of Dingley #5C8243

Tints of Dingley #5C8243

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.98%

 BLUE value IS 67 (26.56% from 255) = 23.18%

R = 31.83%
G = 44.98%
B = 23.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#5C8243 (or 0x5C8243) is known color: Dingley. HEX triplet: 5C, 82 and 43. RGB value is (92,130,67). Sum of RGB (Red+Green+Blue) = 92+130+67=289 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.83% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #5C8243 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C8243 is #A37DBC. Grayscale: #6F6F6F. Windows color (decimal): -10714557 or 4424284. OLE color: 4424284.

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

Color convert

RGB 92 130 67 -
CMYK 0.29 0 0.48 0.49
HSL 96.19º 0.32% 0.39% -
HSV(B) 96.19º 0.48% 0.51% -
XYZ 13.41 18.65 8.2 -
YUV 111.46 102.91 114.12 -
System Red Green Blue C M Y K H S L
Decimal 92 130 67 0.29 0 0.48 0.49 96.19 0.32 0.39
Hex 5C 82 43 1D 0 30 31 60 20 27
Octal 134 202 103 35 0 60 61 140 40 47
Binary 1011100 10000010 1000011 11101 0 110000 110001 1100000 100000 100111

Color Harmonies of #5C8243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C8243

Black with #5C8243

Text Example


Text Example

White with #5C8243

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,130,67); }

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

background-color css

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

 a { background-color: rgb(92,130,67); }

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

border-color css

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

 span { border-color: rgb(92,130,67); }

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