Html Css Color HEX #5D8336 Dingley

📋 copy color: '#5D8336'

red 93 ◦ green 131 ◦ blue 54

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

Shades of Dingley #5D8336

Tints of Dingley #5D8336

RGB

 RED value IS 93 (36.72% from 255) = 33.45%

 GREEN value IS 131 (51.56% from 255) = 47.12%

 BLUE value IS 54 (21.48% from 255) = 19.42%

R = 33.45%
G = 47.12%
B = 19.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#5D8336 (or 0x5D8336) is known color: Dingley. HEX triplet: 5D, 83 and 36. RGB value is (93,131,54). Sum of RGB (Red+Green+Blue) = 93+131+54=278 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.45% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 131 - color contains mainly: green. Hex color #5D8336 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8336 is #A27CC9. Grayscale: #6F6F6F. Windows color (decimal): -10648778 or 3572573. OLE color: 3572573.

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

Color convert

RGB 93 131 54 -
CMYK 0.29 0 0.59 0.49
HSL 89.61º 0.42% 0.36% -
HSV(B) 89.61º 0.59% 0.51% -
XYZ 13.3 18.83 6.42 -
YUV 110.86 95.91 115.26 -
System Red Green Blue C M Y K H S L
Decimal 93 131 54 0.29 0 0.59 0.49 89.61 0.42 0.36
Hex 5D 83 36 1D 0 3B 31 5A 2A 24
Octal 135 203 66 35 0 73 61 132 52 44
Binary 1011101 10000011 110110 11101 0 111011 110001 1011010 101010 100100

Color Harmonies of #5D8336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D8336

Black with #5D8336

Text Example


Text Example

White with #5D8336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,131,54); }

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

background-color css

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

 a { background-color: rgb(93,131,54); }

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

border-color css

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

 span { border-color: rgb(93,131,54); }

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