Html Css Color HEX #5B803E Dingley

📋 copy color: '#5B803E'

red 91 ◦ green 128 ◦ blue 62

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

Shades of Dingley #5B803E

Tints of Dingley #5B803E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.55%

 BLUE value IS 62 (24.61% from 255) = 22.06%

R = 32.38%
G = 45.55%
B = 22.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#5B803E (or 0x5B803E) is known color: Dingley. HEX triplet: 5B, 80 and 3E. RGB value is (91,128,62). Sum of RGB (Red+Green+Blue) = 91+128+62=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #5B803E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B803E is #A47FC1. Grayscale: #6D6D6D. Windows color (decimal): -10780610 or 4096091. OLE color: 4096091.

HSL color Cylindrical-coordinate representation of color #5B803E: hue angle of 93.64º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B803E is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 91 128 62 -
CMYK 0.29 0 0.52 0.50
HSL 93.64º 0.35% 0.37% -
HSV(B) 93.64º 0.52% 0.5% -
XYZ 12.9 18.01 7.35 -
YUV 109.41 101.24 114.87 -
System Red Green Blue C M Y K H S L
Decimal 91 128 62 0.29 0 0.52 0.50 93.64 0.35 0.37
Hex 5B 80 3E 1D 0 34 32 5E 23 25
Octal 133 200 76 35 0 64 62 136 43 45
Binary 1011011 10000000 111110 11101 0 110100 110010 1011110 100011 100101

Color Harmonies of #5B803E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B803E

Black with #5B803E

Text Example


Text Example

White with #5B803E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,128,62); }

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

background-color css

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

 a { background-color: rgb(91,128,62); }

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

border-color css

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

 span { border-color: rgb(91,128,62); }

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