Html Css Color HEX #5B7F46 Dingley

📋 copy color: '#5B7F46'

red 91 ◦ green 127 ◦ blue 70

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

Shades of Dingley #5B7F46

Tints of Dingley #5B7F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.31%

R = 31.6%
G = 44.1%
B = 24.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#5B7F46 (or 0x5B7F46) is known color: Dingley. HEX triplet: 5B, 7F and 46. RGB value is (91,127,70). Sum of RGB (Red+Green+Blue) = 91+127+70=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 127 - color contains mainly: green. Hex color #5B7F46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7F46 is #A480B9. Grayscale: #6D6D6D. Windows color (decimal): -10780858 or 4620123. OLE color: 4620123.

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

Color convert

RGB 91 127 70 -
CMYK 0.28 0 0.45 0.50
HSL 97.89º 0.29% 0.39% -
HSV(B) 97.89º 0.45% 0.5% -
XYZ 13.01 17.85 8.55 -
YUV 109.74 105.57 114.63 -
System Red Green Blue C M Y K H S L
Decimal 91 127 70 0.28 0 0.45 0.50 97.89 0.29 0.39
Hex 5B 7F 46 1C 0 2D 32 62 1D 27
Octal 133 177 106 34 0 55 62 142 35 47
Binary 1011011 1111111 1000110 11100 0 101101 110010 1100010 11101 100111

Color Harmonies of #5B7F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B7F46

Black with #5B7F46

Text Example


Text Example

White with #5B7F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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