Html Css Color HEX #5C853A Dingley

📋 copy color: '#5C853A'

red 92 ◦ green 133 ◦ blue 58

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

Shades of Dingley #5C853A

Tints of Dingley #5C853A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47%

 BLUE value IS 58 (23.05% from 255) = 20.49%

R = 32.51%
G = 47%
B = 20.49%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#5C853A (or 0x5C853A) is known color: Dingley. HEX triplet: 5C, 85 and 3A. RGB value is (92,133,58). Sum of RGB (Red+Green+Blue) = 92+133+58=283 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.51% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #5C853A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C853A is #A37AC5. Grayscale: #707070. Windows color (decimal): -10713798 or 3835228. OLE color: 3835228.

HSL color Cylindrical-coordinate representation of color #5C853A: hue angle of 92.8º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C853A is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 92 133 58 -
CMYK 0.31 0 0.56 0.48
HSL 92.8º 0.39% 0.37% -
HSV(B) 92.8º 0.56% 0.52% -
XYZ 13.56 19.36 7.02 -
YUV 112.19 97.42 113.6 -
System Red Green Blue C M Y K H S L
Decimal 92 133 58 0.31 0 0.56 0.48 92.8 0.39 0.37
Hex 5C 85 3A 1F 0 38 30 5D 27 25
Octal 134 205 72 37 0 70 60 135 47 45
Binary 1011100 10000101 111010 11111 0 111000 110000 1011101 100111 100101

Color Harmonies of #5C853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C853A

Black with #5C853A

Text Example


Text Example

White with #5C853A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,133,58); }

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

background-color css

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

 a { background-color: rgb(92,133,58); }

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

border-color css

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

 span { border-color: rgb(92,133,58); }

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