Html Css Color HEX #5B7F40 Dingley

📋 copy color: '#5B7F40'

red 91 ◦ green 127 ◦ blue 64

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

Shades of Dingley #5B7F40

Tints of Dingley #5B7F40

RGB

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

 GREEN value IS 127 (50% from 255) = 45.04%

 BLUE value IS 64 (25.39% from 255) = 22.7%

R = 32.27%
G = 45.04%
B = 22.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#5B7F40 (or 0x5B7F40) is known color: Dingley. HEX triplet: 5B, 7F and 40. RGB value is (91,127,64). Sum of RGB (Red+Green+Blue) = 91+127+64=282 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.27% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 127 - color contains mainly: green. Hex color #5B7F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7F40 is #A480BF. Grayscale: #6D6D6D. Windows color (decimal): -10780864 or 4226907. OLE color: 4226907.

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

Color convert

RGB 91 127 64 -
CMYK 0.28 0 0.50 0.50
HSL 94.29º 0.33% 0.37% -
HSV(B) 94.29º 0.5% 0.5% -
XYZ 12.83 17.77 7.6 -
YUV 109.05 102.57 115.12 -
System Red Green Blue C M Y K H S L
Decimal 91 127 64 0.28 0 0.50 0.50 94.29 0.33 0.37
Hex 5B 7F 40 1C 0 32 32 5E 21 25
Octal 133 177 100 34 0 62 62 136 41 45
Binary 1011011 1111111 1000000 11100 0 110010 110010 1011110 100001 100101

Color Harmonies of #5B7F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7F40

Black with #5B7F40

Text Example


Text Example

White with #5B7F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,127,64); }

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

background-color css

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

 a { background-color: rgb(91,127,64); }

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

border-color css

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

 span { border-color: rgb(91,127,64); }

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