Html Css Color HEX #5B8342 Dingley

📋 copy color: '#5B8342'

red 91 ◦ green 131 ◦ blue 66

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

Shades of Dingley #5B8342

Tints of Dingley #5B8342

RGB

 RED value IS 91 (35.94% from 255) = 31.6%

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

 BLUE value IS 66 (26.17% from 255) = 22.92%

R = 31.6%
G = 45.49%
B = 22.92%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#5B8342 (or 0x5B8342) is known color: Dingley. HEX triplet: 5B, 83 and 42. RGB value is (91,131,66). Sum of RGB (Red+Green+Blue) = 91+131+66=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #5B8342 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B8342 is #A47CBD. Grayscale: #6F6F6F. Windows color (decimal): -10779838 or 4359003. OLE color: 4359003.

HSL color Cylindrical-coordinate representation of color #5B8342: hue angle of 96.92º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B8342 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 91 131 66 -
CMYK 0.31 0 0.50 0.49
HSL 96.92º 0.33% 0.39% -
HSV(B) 96.92º 0.5% 0.51% -
XYZ 13.41 18.85 8.09 -
YUV 111.63 102.25 113.29 -
System Red Green Blue C M Y K H S L
Decimal 91 131 66 0.31 0 0.50 0.49 96.92 0.33 0.39
Hex 5B 83 42 1F 0 32 31 61 21 27
Octal 133 203 102 37 0 62 61 141 41 47
Binary 1011011 10000011 1000010 11111 0 110010 110001 1100001 100001 100111

Color Harmonies of #5B8342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B8342

Black with #5B8342

Text Example


Text Example

White with #5B8342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,131,66); }

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

background-color css

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

 a { background-color: rgb(91,131,66); }

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

border-color css

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

 span { border-color: rgb(91,131,66); }

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